Html Css Color HEX #5A0F1A Pohutukawa

📋 copy color: '#5A0F1A'

red 90 ◦ green 15 ◦ blue 26

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

Shades of Pohutukawa #5A0F1A

Tints of Pohutukawa #5A0F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.85%

R = 68.7%
G = 11.45%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#5A0F1A (or 0x5A0F1A) is known color: Pohutukawa. HEX triplet: 5A, 0F and 1A. RGB value is (90,15,26). Sum of RGB (Red+Green+Blue) = 90+15+26=131 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.70% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0F1A is #A5F0E5. Grayscale: #262626. Windows color (decimal): -10875110 or 1707866. OLE color: 1707866.

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

Color convert

RGB 90 15 26 -
CMYK 0 0.83 0.71 0.65
HSL 351.2º 0.71% 0.21% -
HSV(B) 351.2º 0.83% 0.35% -
XYZ 4.57 2.59 1.24 -
YUV 38.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 90 15 26 0 0.83 0.71 0.65 351.2 0.71 0.21
Hex 5A F 1A 0 53 47 41 15F 47 15
Octal 132 17 32 0 123 107 101 537 107 25
Binary 1011010 1111 11010 0 1010011 1000111 1000001 101011111 1000111 10101

Color Harmonies of #5A0F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0F1A

Black with #5A0F1A

Text Example


Text Example

White with #5A0F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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