Html Css Color HEX #5F0410 Pohutukawa

📋 copy color: '#5F0410'

red 95 ◦ green 4 ◦ blue 16

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

Shades of Pohutukawa #5F0410

Tints of Pohutukawa #5F0410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.48%

 BLUE value IS 16 (6.64% from 255) = 13.91%

R = 82.61%
G = 3.48%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.63

RGB Variations

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

Color information

#5F0410 (or 0x5F0410) is known color: Pohutukawa. HEX triplet: 5F, 04 and 10. RGB value is (95,4,16). Sum of RGB (Red+Green+Blue) = 95+4+16=115 (15% of max value = 765). Red value is 95 (37.5% from 255 or 82.61% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0410 is #A0FBEF. Grayscale: #202020. Windows color (decimal): -10550256 or 1049695. OLE color: 1049695.

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

Color convert

RGB 95 4 16 -
CMYK 0 0.96 0.83 0.63
HSL 352.09º 0.92% 0.19% -
HSV(B) 352.09º 0.96% 0.37% -
XYZ 4.86 2.56 0.73 -
YUV 32.58 118.65 172.52 -
System Red Green Blue C M Y K H S L
Decimal 95 4 16 0 0.96 0.83 0.63 352.09 0.92 0.19
Hex 5F 4 10 0 60 53 3F 160 5C 13
Octal 137 4 20 0 140 123 77 540 134 23
Binary 1011111 100 10000 0 1100000 1010011 111111 101100000 1011100 10011

Color Harmonies of #5F0410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0410

Black with #5F0410

Text Example


Text Example

White with #5F0410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,4,16); }

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

background-color css

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

 a { background-color: rgb(95,4,16); }

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

border-color css

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

 span { border-color: rgb(95,4,16); }

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