Html Css Color HEX #5F1A26 Pohutukawa

📋 copy color: '#5F1A26'

red 95 ◦ green 26 ◦ blue 38

#5F1A26
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #5F1A26

Tints of Pohutukawa #5F1A26

RGB

 RED value IS 95 (37.5% from 255) = 59.75%

 GREEN value IS 26 (10.55% from 255) = 16.35%

 BLUE value IS 38 (15.23% from 255) = 23.9%

R = 59.75%
G = 16.35%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.63

RGB Variations

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

Color information

#5F1A26 (or 0x5F1A26) is known color: Pohutukawa. HEX triplet: 5F, 1A and 26. RGB value is (95,26,38). Sum of RGB (Red+Green+Blue) = 95+26+38=159 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.75% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1A26 is #A0E5D9. Grayscale: #303030. Windows color (decimal): -10544602 or 2497119. OLE color: 2497119.

HSL color Cylindrical-coordinate representation of color #5F1A26: hue angle of 349.57º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F1A26 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 26 38 -
CMYK 0 0.73 0.60 0.63
HSL 349.57º 0.57% 0.24% -
HSV(B) 349.57º 0.73% 0.37% -
XYZ 5.44 3.31 2.19 -
YUV 48 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 95 26 38 0 0.73 0.60 0.63 349.57 0.57 0.24
Hex 5F 1A 26 0 49 3C 3F 15E 39 18
Octal 137 32 46 0 111 74 77 536 71 30
Binary 1011111 11010 100110 0 1001001 111100 111111 101011110 111001 11000

Color Harmonies of #5F1A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1A26

Black with #5F1A26

Text Example


Text Example

White with #5F1A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,26,38); }

 H1.HeaderClassName
 {
   color: #5F1A26;
 }
 .AnyTagClassName
 {
   color: #5F1A26;
 }
</style>

background-color css

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

 a { background-color: rgb(95,26,38); }

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

border-color css

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

 span { border-color: rgb(95,26,38); }

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