Html Css Color HEX #5A1826 Pohutukawa

📋 copy color: '#5A1826'

red 90 ◦ green 24 ◦ blue 38

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

Shades of Pohutukawa #5A1826

Tints of Pohutukawa #5A1826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.79%

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

R = 59.21%
G = 15.79%
B = 25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#5A1826 (or 0x5A1826) is known color: Pohutukawa. HEX triplet: 5A, 18 and 26. RGB value is (90,24,38). Sum of RGB (Red+Green+Blue) = 90+24+38=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1826 is #A5E7D9. Grayscale: #2D2D2D. Windows color (decimal): -10872794 or 2496602. OLE color: 2496602.

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

Color convert

RGB 90 24 38 -
CMYK 0 0.73 0.58 0.65
HSL 347.27º 0.58% 0.22% -
HSV(B) 347.27º 0.73% 0.35% -
XYZ 4.89 2.97 2.15 -
YUV 45.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 90 24 38 0 0.73 0.58 0.65 347.27 0.58 0.22
Hex 5A 18 26 0 49 3A 41 15B 3A 16
Octal 132 30 46 0 111 72 101 533 72 26
Binary 1011010 11000 100110 0 1001001 111010 1000001 101011011 111010 10110

Color Harmonies of #5A1826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1826

Black with #5A1826

Text Example


Text Example

White with #5A1826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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