Html Css Color HEX #5A1427 Pohutukawa

📋 copy color: '#5A1427'

red 90 ◦ green 20 ◦ blue 39

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

Shades of Pohutukawa #5A1427

Tints of Pohutukawa #5A1427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.17%

R = 60.4%
G = 13.42%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#5A1427 (or 0x5A1427) is known color: Pohutukawa. HEX triplet: 5A, 14 and 27. RGB value is (90,20,39). Sum of RGB (Red+Green+Blue) = 90+20+39=149 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.40% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1427 is #A5EBD8. Grayscale: #2B2B2B. Windows color (decimal): -10873817 or 2561114. OLE color: 2561114.

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

Color convert

RGB 90 20 39 -
CMYK 0 0.78 0.57 0.65
HSL 343.71º 0.64% 0.22% -
HSV(B) 343.71º 0.78% 0.35% -
XYZ 4.83 2.82 2.21 -
YUV 43.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 90 20 39 0 0.78 0.57 0.65 343.71 0.64 0.22
Hex 5A 14 27 0 4E 39 41 158 40 16
Octal 132 24 47 0 116 71 101 530 100 26
Binary 1011010 10100 100111 0 1001110 111001 1000001 101011000 1000000 10110

Color Harmonies of #5A1427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1427

Black with #5A1427

Text Example


Text Example

White with #5A1427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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