Html Css Color HEX #5F141F Pohutukawa

📋 copy color: '#5F141F'

red 95 ◦ green 20 ◦ blue 31

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

Shades of Pohutukawa #5F141F

Tints of Pohutukawa #5F141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.7%

 BLUE value IS 31 (12.5% from 255) = 21.23%

R = 65.07%
G = 13.7%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#5F141F (or 0x5F141F) is known color: Pohutukawa. HEX triplet: 5F, 14 and 1F. RGB value is (95,20,31). Sum of RGB (Red+Green+Blue) = 95+20+31=146 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.07% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 95 - color contains mainly: red. Hex color #5F141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F141F is #A0EBE0. Grayscale: #2B2B2B. Windows color (decimal): -10546145 or 2036831. OLE color: 2036831.

HSL color Cylindrical-coordinate representation of color #5F141F: hue angle of 351.2º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F141F is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 20 31 -
CMYK 0 0.79 0.67 0.63
HSL 351.2º 0.65% 0.23% -
HSV(B) 351.2º 0.79% 0.37% -
XYZ 5.22 3.03 1.61 -
YUV 43.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 95 20 31 0 0.79 0.67 0.63 351.2 0.65 0.23
Hex 5F 14 1F 0 4F 43 3F 15F 41 17
Octal 137 24 37 0 117 103 77 537 101 27
Binary 1011111 10100 11111 0 1001111 1000011 111111 101011111 1000001 10111

Color Harmonies of #5F141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F141F

Black with #5F141F

Text Example


Text Example

White with #5F141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,20,31); }

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

background-color css

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

 a { background-color: rgb(95,20,31); }

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

border-color css

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

 span { border-color: rgb(95,20,31); }

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