#5A050F

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

Shades of Pohutukawa #5A050F

Tints of Pohutukawa #5A050F

Color information

#5A050F (or 0x5A050F) is unknown color: approx Pohutukawa. HEX triplet: 5A, 05 and 0F. RGB value is (90,5,15). Sum of RGB (Red+Green+Blue) = 90+5+15=110 (14% of max value = 765). Red value is 90 (35.55% from 255 or 81.82% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 90 - color contains mainly: red. Hex color #5A050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A050F is #A5FAF0. Grayscale: #1F1F1F. Windows color (decimal): -10877681 or 984410. OLE color: 984410.

HSL color Cylindrical-coordinate representation of color #5A050F: hue angle of 352.94º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A050F is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB90515-
CMYK00.940.830.65
HSL352.94º89.47%18.63%-
HSV(B)352.94º94.44%35.29%-
XYZ4.362.320.67-
YUV31.56118.66169.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 81.82%
GREEN value IS 5 (2.34% from 255) = 4.55%
BLUE value IS 15 (6.25% from 255) = 13.64%
R=81.82%
G=4.55%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9051500.940.830.65352.9489.4718.63
Hex5A5F05E53411615913
Octal132517013612310154113123
Binary101101010111110101111010100111000001101100001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,5,15); }

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

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

 a { background-color: rgb(90,5,15); }

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

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

 span { border-color: rgb(90,5,15); }

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