Html Css Color HEX #5A1A2A Pohutukawa

📋 copy color: '#5A1A2A'

red 90 ◦ green 26 ◦ blue 42

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

Shades of Pohutukawa #5A1A2A

Tints of Pohutukawa #5A1A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.58%

R = 56.96%
G = 16.46%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A1A2A (or 0x5A1A2A) is known color: Pohutukawa. HEX triplet: 5A, 1A and 2A. RGB value is (90,26,42). Sum of RGB (Red+Green+Blue) = 90+26+42=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1A2A is #A5E5D5. Grayscale: #2E2E2E. Windows color (decimal): -10872278 or 2759258. OLE color: 2759258.

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

Color convert

RGB 90 26 42 -
CMYK 0 0.71 0.53 0.65
HSL 345º 0.55% 0.23% -
HSV(B) 345º 0.71% 0.35% -
XYZ 5 3.08 2.52 -
YUV 46.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 90 26 42 0 0.71 0.53 0.65 345 0.55 0.23
Hex 5A 1A 2A 0 47 35 41 159 37 17
Octal 132 32 52 0 107 65 101 531 67 27
Binary 1011010 11010 101010 0 1000111 110101 1000001 101011001 110111 10111

Color Harmonies of #5A1A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1A2A

Black with #5A1A2A

Text Example


Text Example

White with #5A1A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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