Html Css Color HEX #5F122B Pohutukawa

📋 copy color: '#5F122B'

red 95 ◦ green 18 ◦ blue 43

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

Shades of Pohutukawa #5F122B

Tints of Pohutukawa #5F122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.56%

R = 60.9%
G = 11.54%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#5F122B (or 0x5F122B) is known color: Pohutukawa. HEX triplet: 5F, 12 and 2B. RGB value is (95,18,43). Sum of RGB (Red+Green+Blue) = 95+18+43=156 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.90% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 95 - color contains mainly: red. Hex color #5F122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F122B is #A0EDD4. Grayscale: #2B2B2B. Windows color (decimal): -10546645 or 2822751. OLE color: 2822751.

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

Color convert

RGB 95 18 43 -
CMYK 0 0.81 0.55 0.63
HSL 340.52º 0.68% 0.22% -
HSV(B) 340.52º 0.81% 0.37% -
XYZ 5.37 3.04 2.59 -
YUV 43.87 127.51 164.47 -
System Red Green Blue C M Y K H S L
Decimal 95 18 43 0 0.81 0.55 0.63 340.52 0.68 0.22
Hex 5F 12 2B 0 51 37 3F 155 44 16
Octal 137 22 53 0 121 67 77 525 104 26
Binary 1011111 10010 101011 0 1010001 110111 111111 101010101 1000100 10110

Color Harmonies of #5F122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F122B

Black with #5F122B

Text Example


Text Example

White with #5F122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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