Html Css Color HEX #5A1029 Pohutukawa

📋 copy color: '#5A1029'

red 90 ◦ green 16 ◦ blue 41

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

Shades of Pohutukawa #5A1029

Tints of Pohutukawa #5A1029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.88%

 BLUE value IS 41 (16.41% from 255) = 27.89%

R = 61.22%
G = 10.88%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#5A1029 (or 0x5A1029) is known color: Pohutukawa. HEX triplet: 5A, 10 and 29. RGB value is (90,16,41). Sum of RGB (Red+Green+Blue) = 90+16+41=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1029 is #A5EFD6. Grayscale: #282828. Windows color (decimal): -10874839 or 2691162. OLE color: 2691162.

HSL color Cylindrical-coordinate representation of color #5A1029: hue angle of 339.73º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1029 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 16 41 -
CMYK 0 0.82 0.54 0.65
HSL 339.73º 0.7% 0.21% -
HSV(B) 339.73º 0.82% 0.35% -
XYZ 4.8 2.7 2.37 -
YUV 40.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 90 16 41 0 0.82 0.54 0.65 339.73 0.7 0.21
Hex 5A 10 29 0 52 36 41 154 46 15
Octal 132 20 51 0 122 66 101 524 106 25
Binary 1011010 10000 101001 0 1010010 110110 1000001 101010100 1000110 10101

Color Harmonies of #5A1029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1029

Black with #5A1029

Text Example


Text Example

White with #5A1029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,16,41); }

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

background-color css

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

 a { background-color: rgb(90,16,41); }

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

border-color css

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

 span { border-color: rgb(90,16,41); }

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