Html Css Color HEX #5A1326 Pohutukawa

📋 copy color: '#5A1326'

red 90 ◦ green 19 ◦ blue 38

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

Shades of Pohutukawa #5A1326

Tints of Pohutukawa #5A1326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.85%

R = 61.22%
G = 12.93%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#5A1326 (or 0x5A1326) is known color: Pohutukawa. HEX triplet: 5A, 13 and 26. RGB value is (90,19,38). Sum of RGB (Red+Green+Blue) = 90+19+38=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1326 is #A5ECD9. Grayscale: #2A2A2A. Windows color (decimal): -10874074 or 2495322. OLE color: 2495322.

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

Color convert

RGB 90 19 38 -
CMYK 0 0.79 0.58 0.65
HSL 343.94º 0.65% 0.21% -
HSV(B) 343.94º 0.79% 0.35% -
XYZ 4.8 2.78 2.12 -
YUV 42.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 90 19 38 0 0.79 0.58 0.65 343.94 0.65 0.21
Hex 5A 13 26 0 4F 3A 41 158 41 15
Octal 132 23 46 0 117 72 101 530 101 25
Binary 1011010 10011 100110 0 1001111 111010 1000001 101011000 1000001 10101

Color Harmonies of #5A1326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1326

Black with #5A1326

Text Example


Text Example

White with #5A1326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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