Html Css Color HEX #5A131E Pohutukawa

📋 copy color: '#5A131E'

red 90 ◦ green 19 ◦ blue 30

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

Shades of Pohutukawa #5A131E

Tints of Pohutukawa #5A131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

 BLUE value IS 30 (12.11% from 255) = 21.58%

R = 64.75%
G = 13.67%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A131E (or 0x5A131E) is known color: Pohutukawa. HEX triplet: 5A, 13 and 1E. RGB value is (90,19,30). Sum of RGB (Red+Green+Blue) = 90+19+30=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A131E is #A5ECE1. Grayscale: #292929. Windows color (decimal): -10874082 or 1971034. OLE color: 1971034.

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

Color convert

RGB 90 19 30 -
CMYK 0 0.79 0.67 0.65
HSL 350.7º 0.65% 0.21% -
HSV(B) 350.7º 0.79% 0.35% -
XYZ 4.68 2.73 1.51 -
YUV 41.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 90 19 30 0 0.79 0.67 0.65 350.7 0.65 0.21
Hex 5A 13 1E 0 4F 43 41 15F 41 15
Octal 132 23 36 0 117 103 101 537 101 25
Binary 1011010 10011 11110 0 1001111 1000011 1000001 101011111 1000001 10101

Color Harmonies of #5A131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A131E

Black with #5A131E

Text Example


Text Example

White with #5A131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,19,30); }

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

background-color css

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

 a { background-color: rgb(90,19,30); }

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

border-color css

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

 span { border-color: rgb(90,19,30); }

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