Html Css Color HEX #5A1A2B Pohutukawa

📋 copy color: '#5A1A2B'

red 90 ◦ green 26 ◦ blue 43

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

Shades of Pohutukawa #5A1A2B

Tints of Pohutukawa #5A1A2B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.35%

 BLUE value IS 43 (17.19% from 255) = 27.04%

R = 56.6%
G = 16.35%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#5A1A2B (or 0x5A1A2B) is known color: Pohutukawa. HEX triplet: 5A, 1A and 2B. RGB value is (90,26,43). Sum of RGB (Red+Green+Blue) = 90+26+43=159 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.60% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1A2B is #A5E5D4. Grayscale: #2F2F2F. Windows color (decimal): -10872277 or 2824794. OLE color: 2824794.

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

Color convert

RGB 90 26 43 -
CMYK 0 0.71 0.52 0.65
HSL 344.06º 0.55% 0.23% -
HSV(B) 344.06º 0.71% 0.35% -
XYZ 5.02 3.09 2.62 -
YUV 47.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 90 26 43 0 0.71 0.52 0.65 344.06 0.55 0.23
Hex 5A 1A 2B 0 47 34 41 158 37 17
Octal 132 32 53 0 107 64 101 530 67 27
Binary 1011010 11010 101011 0 1000111 110100 1000001 101011000 110111 10111

Color Harmonies of #5A1A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1A2B

Black with #5A1A2B

Text Example


Text Example

White with #5A1A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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