Html Css Color HEX #5F030A Pohutukawa

📋 copy color: '#5F030A'

red 95 ◦ green 3 ◦ blue 10

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

Shades of Pohutukawa #5F030A

Tints of Pohutukawa #5F030A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.78%

 BLUE value IS 10 (4.3% from 255) = 9.26%

R = 87.96%
G = 2.78%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.63

RGB Variations

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

Color information

#5F030A (or 0x5F030A) is known color: Pohutukawa. HEX triplet: 5F, 03 and 0A. RGB value is (95,3,10). Sum of RGB (Red+Green+Blue) = 95+3+10=108 (14% of max value = 765). Red value is 95 (37.5% from 255 or 87.96% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 95 - color contains mainly: red. Hex color #5F030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F030A is #A0FCF5. Grayscale: #1F1F1F. Windows color (decimal): -10550518 or 656223. OLE color: 656223.

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

Color convert

RGB 95 3 10 -
CMYK 0 0.97 0.89 0.63
HSL 355.43º 0.94% 0.19% -
HSV(B) 355.43º 0.97% 0.37% -
XYZ 4.81 2.52 0.52 -
YUV 31.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 95 3 10 0 0.97 0.89 0.63 355.43 0.94 0.19
Hex 5F 3 A 0 61 59 3F 163 5E 13
Octal 137 3 12 0 141 131 77 543 136 23
Binary 1011111 11 1010 0 1100001 1011001 111111 101100011 1011110 10011

Color Harmonies of #5F030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F030A

Black with #5F030A

Text Example


Text Example

White with #5F030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,3,10); }

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

background-color css

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

 a { background-color: rgb(95,3,10); }

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

border-color css

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

 span { border-color: rgb(95,3,10); }

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