#5F0921

Color #5F0921 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #5F0921

Tints of Pohutukawa #5F0921

Color information

#5F0921 (or 0x5F0921) is unknown color: approx Pohutukawa. HEX triplet: 5F, 09 and 21. RGB value is (95,9,33). Sum of RGB (Red+Green+Blue) = 95+9+33=137 (18% of max value = 765). Red value is 95 (37.5% from 255 or 69.34% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0921 is #A0F6DE. Grayscale: #252525. Windows color (decimal): -10548959 or 2165087. OLE color: 2165087.

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

Color convert

RGB95933-
CMYK00.910.650.63
HSL343.26º82.69%20.39%-
HSV(B)343.26º90.53%37.25%-
XYZ5.092.741.7-
YUV37.45125.49169.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 69.34%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 33 (13.28% from 255) = 24.09%
R=69.34%
G=6.57%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9593300.910.650.63343.2682.6920.39
Hex5F92105B413F1575314
Octal137114101331017752712324
Binary10111111001100001010110111000001111111101010111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F0921;
 }
 .AnyTagClassName
 {
   color: #5F0921;
 }
</style>
background-color css

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

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

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

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

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

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