Html Css Color HEX #5A1926 Pohutukawa

📋 copy color: '#5A1926'

red 90 ◦ green 25 ◦ blue 38

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

Shades of Pohutukawa #5A1926

Tints of Pohutukawa #5A1926

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.34%

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

R = 58.82%
G = 16.34%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#5A1926 (or 0x5A1926) is known color: Pohutukawa. HEX triplet: 5A, 19 and 26. RGB value is (90,25,38). Sum of RGB (Red+Green+Blue) = 90+25+38=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1926 is #A5E6D9. Grayscale: #2D2D2D. Windows color (decimal): -10872538 or 2496858. OLE color: 2496858.

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

Color convert

RGB 90 25 38 -
CMYK 0 0.72 0.58 0.65
HSL 348º 0.57% 0.23% -
HSV(B) 348º 0.72% 0.35% -
XYZ 4.91 3.01 2.16 -
YUV 45.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 90 25 38 0 0.72 0.58 0.65 348 0.57 0.23
Hex 5A 19 26 0 48 3A 41 15C 39 17
Octal 132 31 46 0 110 72 101 534 71 27
Binary 1011010 11001 100110 0 1001000 111010 1000001 101011100 111001 10111

Color Harmonies of #5A1926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1926

Black with #5A1926

Text Example


Text Example

White with #5A1926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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