Html Css Color HEX #5A0F19 Pohutukawa

📋 copy color: '#5A0F19'

red 90 ◦ green 15 ◦ blue 25

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

Shades of Pohutukawa #5A0F19

Tints of Pohutukawa #5A0F19

RGB

 RED value IS 90 (35.55% from 255) = 69.23%

 GREEN value IS 15 (6.25% from 255) = 11.54%

 BLUE value IS 25 (10.16% from 255) = 19.23%

R = 69.23%
G = 11.54%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#5A0F19 (or 0x5A0F19) is known color: Pohutukawa. HEX triplet: 5A, 0F and 19. RGB value is (90,15,25). Sum of RGB (Red+Green+Blue) = 90+15+25=130 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.23% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0F19 is #A5F0E6. Grayscale: #262626. Windows color (decimal): -10875111 or 1642330. OLE color: 1642330.

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

Color convert

RGB 90 15 25 -
CMYK 0 0.83 0.72 0.65
HSL 352º 0.71% 0.21% -
HSV(B) 352º 0.83% 0.35% -
XYZ 4.56 2.59 1.18 -
YUV 38.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 90 15 25 0 0.83 0.72 0.65 352 0.71 0.21
Hex 5A F 19 0 53 48 41 160 47 15
Octal 132 17 31 0 123 110 101 540 107 25
Binary 1011010 1111 11001 0 1010011 1001000 1000001 101100000 1000111 10101

Color Harmonies of #5A0F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0F19

Black with #5A0F19

Text Example


Text Example

White with #5A0F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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