#5F1725

Color #5F1725 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #5F1725

Tints of Pohutukawa #5F1725

Color information

#5F1725 (or 0x5F1725) is unknown color: approx Pohutukawa. HEX triplet: 5F, 17 and 25. RGB value is (95,23,37). Sum of RGB (Red+Green+Blue) = 95+23+37=155 (20% of max value = 765). Red value is 95 (37.5% from 255 or 61.29% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1725 is #A0E8DA. Grayscale: #2E2E2E. Windows color (decimal): -10545371 or 2430815. OLE color: 2430815.

HSL color Cylindrical-coordinate representation of color #5F1725: hue angle of 348.33º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F1725 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.63.

Color convert

RGB952337-
CMYK00.760.610.63
HSL348.33º61.02%23.14%-
HSV(B)348.33º75.79%37.25%-
XYZ5.363.182.08-
YUV46.12122.85162.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 61.29%
GREEN value IS 23 (9.38% from 255) = 14.84%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=61.29%
G=14.84%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95233700.760.610.63348.3361.0223.14
Hex5F172504C3D3F15c3d17
Octal1372745011475775347527
Binary1011111101111001010100110011110111111110101110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F1725; }

 p { color: rgb(95,23,37); }

 H1.HeaderClassName
 {
   color: #5F1725;
 }
 .AnyTagClassName
 {
   color: #5F1725;
 }
</style>
background-color css

<style>
 a { background-color: #5F1725; }

 a { background-color: rgb(95,23,37); }

 div.DivClassName
 {
   background-color: #5F1725;
 }
 .BgClassName
 {
   background-color: #5F1725;
 }
</style>
border-color css

<style>
 span { border-color: #5F1725; }

 span { border-color: rgb(95,23,37); }

 td.TdClassName
 {
   border-color: #5F1725;
 }
 .TagClassName
 {
   border-color: #5F1725;
 }
</style>