Html Css Color HEX #5F0019 Pohutukawa

📋 copy color: '#5F0019'

red 95 ◦ green 0 ◦ blue 25

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

Shades of Pohutukawa #5F0019

Tints of Pohutukawa #5F0019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 20.83%

R = 79.17%
G = 0%
B = 20.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.63

RGB Variations

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

Color information

#5F0019 (or 0x5F0019) is known color: Pohutukawa. HEX triplet: 5F, 00 and 19. RGB value is (95,0,25). Sum of RGB (Red+Green+Blue) = 95+0+25=120 (15% of max value = 765). Red value is 95 (37.5% from 255 or 79.17% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0019 is #A0FFE6. Grayscale: #1F1F1F. Windows color (decimal): -10551271 or 1638495. OLE color: 1638495.

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

Color convert

RGB 95 0 25 -
CMYK 0 1 0.74 0.63
HSL 344.21º 1% 0.19% -
HSV(B) 344.21º 1% 0.37% -
XYZ 4.89 2.5 1.14 -
YUV 31.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 95 0 25 0 1 0.74 0.63 344.21 1 0.19
Hex 5F 0 19 0 64 4A 3F 158 64 13
Octal 137 0 31 0 144 112 77 530 144 23
Binary 1011111 0 11001 0 1100100 1001010 111111 101011000 1100100 10011

Color Harmonies of #5F0019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0019

Black with #5F0019

Text Example


Text Example

White with #5F0019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,0,25); }

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

background-color css

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

 a { background-color: rgb(95,0,25); }

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

border-color css

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

 span { border-color: rgb(95,0,25); }

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