Html Css Color HEX #5F0405 Pohutukawa

📋 copy color: '#5F0405'

red 95 ◦ green 4 ◦ blue 5

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

Shades of Pohutukawa #5F0405

Tints of Pohutukawa #5F0405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.81%

R = 91.35%
G = 3.85%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.63

RGB Variations

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

Color information

#5F0405 (or 0x5F0405) is known color: Pohutukawa. HEX triplet: 5F, 04 and 05. RGB value is (95,4,5). Sum of RGB (Red+Green+Blue) = 95+4+5=104 (13% of max value = 765). Red value is 95 (37.5% from 255 or 91.35% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0405 is #A0FBFA. Grayscale: #1F1F1F. Windows color (decimal): -10550267 or 328799. OLE color: 328799.

HSL color Cylindrical-coordinate representation of color #5F0405: hue angle of 359.34º 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 #5F0405 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 4 5 -
CMYK 0 0.96 0.95 0.63
HSL 359.34º 0.92% 0.19% -
HSV(B) 359.34º 0.96% 0.37% -
XYZ 4.79 2.53 0.38 -
YUV 31.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 95 4 5 0 0.96 0.95 0.63 359.34 0.92 0.19
Hex 5F 4 5 0 60 5F 3F 167 5C 13
Octal 137 4 5 0 140 137 77 547 134 23
Binary 1011111 100 101 0 1100000 1011111 111111 101100111 1011100 10011

Color Harmonies of #5F0405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0405

Black with #5F0405

Text Example


Text Example

White with #5F0405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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