Html Css Color HEX #5A102A Pohutukawa

📋 copy color: '#5A102A'

red 90 ◦ green 16 ◦ blue 42

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

Shades of Pohutukawa #5A102A

Tints of Pohutukawa #5A102A

RGB

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

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

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

R = 60.81%
G = 10.81%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A102A (or 0x5A102A) is known color: Pohutukawa. HEX triplet: 5A, 10 and 2A. RGB value is (90,16,42). Sum of RGB (Red+Green+Blue) = 90+16+42=148 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.81% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 90 - color contains mainly: red. Hex color #5A102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A102A is #A5EFD5. Grayscale: #292929. Windows color (decimal): -10874838 or 2756698. OLE color: 2756698.

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

Color convert

RGB 90 16 42 -
CMYK 0 0.82 0.53 0.65
HSL 338.92º 0.7% 0.21% -
HSV(B) 338.92º 0.82% 0.35% -
XYZ 4.82 2.71 2.46 -
YUV 41.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 90 16 42 0 0.82 0.53 0.65 338.92 0.7 0.21
Hex 5A 10 2A 0 52 35 41 153 46 15
Octal 132 20 52 0 122 65 101 523 106 25
Binary 1011010 10000 101010 0 1010010 110101 1000001 101010011 1000110 10101

Color Harmonies of #5A102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A102A

Black with #5A102A

Text Example


Text Example

White with #5A102A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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