Html Css Color HEX #5F0922 Pohutukawa

📋 copy color: '#5F0922'

red 95 ◦ green 9 ◦ blue 34

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

Shades of Pohutukawa #5F0922

Tints of Pohutukawa #5F0922

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.52%

 BLUE value IS 34 (13.67% from 255) = 24.64%

R = 68.84%
G = 6.52%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.63

RGB Variations

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

Color information

#5F0922 (or 0x5F0922) is known color: Pohutukawa. HEX triplet: 5F, 09 and 22. RGB value is (95,9,34). Sum of RGB (Red+Green+Blue) = 95+9+34=138 (18% of max value = 765). Red value is 95 (37.5% from 255 or 68.84% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0922 is #A0F6DD. Grayscale: #252525. Windows color (decimal): -10548958 or 2230623. OLE color: 2230623.

HSL color Cylindrical-coordinate representation of color #5F0922: hue angle of 342.56º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F0922 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 9 34 -
CMYK 0 0.91 0.64 0.63
HSL 342.56º 0.83% 0.2% -
HSV(B) 342.56º 0.91% 0.37% -
XYZ 5.11 2.74 1.77 -
YUV 37.56 125.99 168.97 -
System Red Green Blue C M Y K H S L
Decimal 95 9 34 0 0.91 0.64 0.63 342.56 0.83 0.2
Hex 5F 9 22 0 5B 40 3F 157 53 14
Octal 137 11 42 0 133 100 77 527 123 24
Binary 1011111 1001 100010 0 1011011 1000000 111111 101010111 1010011 10100

Color Harmonies of #5F0922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0922

Black with #5F0922

Text Example


Text Example

White with #5F0922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,9,34); }

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

background-color css

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

 a { background-color: rgb(95,9,34); }

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

border-color css

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

 span { border-color: rgb(95,9,34); }

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