Html Css Color HEX #5A142A Pohutukawa

📋 copy color: '#5A142A'

red 90 ◦ green 20 ◦ blue 42

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

Shades of Pohutukawa #5A142A

Tints of Pohutukawa #5A142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.16%

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

R = 59.21%
G = 13.16%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A142A (or 0x5A142A) is known color: Pohutukawa. HEX triplet: 5A, 14 and 2A. RGB value is (90,20,42). Sum of RGB (Red+Green+Blue) = 90+20+42=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A142A is #A5EBD5. Grayscale: #2B2B2B. Windows color (decimal): -10873814 or 2757722. OLE color: 2757722.

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

Color convert

RGB 90 20 42 -
CMYK 0 0.78 0.53 0.65
HSL 341.14º 0.64% 0.22% -
HSV(B) 341.14º 0.78% 0.35% -
XYZ 4.88 2.84 2.48 -
YUV 43.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 90 20 42 0 0.78 0.53 0.65 341.14 0.64 0.22
Hex 5A 14 2A 0 4E 35 41 155 40 16
Octal 132 24 52 0 116 65 101 525 100 26
Binary 1011010 10100 101010 0 1001110 110101 1000001 101010101 1000000 10110

Color Harmonies of #5A142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A142A

Black with #5A142A

Text Example


Text Example

White with #5A142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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