Html Css Color HEX #5F122A Pohutukawa

📋 copy color: '#5F122A'

red 95 ◦ green 18 ◦ blue 42

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

Shades of Pohutukawa #5F122A

Tints of Pohutukawa #5F122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.61%

 BLUE value IS 42 (16.8% from 255) = 27.1%

R = 61.29%
G = 11.61%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.63

RGB Variations

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

Color information

#5F122A (or 0x5F122A) is known color: Pohutukawa. HEX triplet: 5F, 12 and 2A. RGB value is (95,18,42). Sum of RGB (Red+Green+Blue) = 95+18+42=155 (20% of max value = 765). Red value is 95 (37.5% from 255 or 61.29% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 95 - color contains mainly: red. Hex color #5F122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F122A is #A0EDD5. Grayscale: #2B2B2B. Windows color (decimal): -10546646 or 2757215. OLE color: 2757215.

HSL color Cylindrical-coordinate representation of color #5F122A: hue angle of 341.3º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F122A is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 18 42 -
CMYK 0 0.81 0.56 0.63
HSL 341.3º 0.68% 0.22% -
HSV(B) 341.3º 0.81% 0.37% -
XYZ 5.35 3.03 2.49 -
YUV 43.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 95 18 42 0 0.81 0.56 0.63 341.3 0.68 0.22
Hex 5F 12 2A 0 51 38 3F 155 44 16
Octal 137 22 52 0 121 70 77 525 104 26
Binary 1011111 10010 101010 0 1010001 111000 111111 101010101 1000100 10110

Color Harmonies of #5F122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F122A

Black with #5F122A

Text Example


Text Example

White with #5F122A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,18,42); }

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

background-color css

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

 a { background-color: rgb(95,18,42); }

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

border-color css

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

 span { border-color: rgb(95,18,42); }

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