Html Css Color HEX #5A1023 Pohutukawa

📋 copy color: '#5A1023'

red 90 ◦ green 16 ◦ blue 35

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

Shades of Pohutukawa #5A1023

Tints of Pohutukawa #5A1023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.82%

R = 63.83%
G = 11.35%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#5A1023 (or 0x5A1023) is known color: Pohutukawa. HEX triplet: 5A, 10 and 23. RGB value is (90,16,35). Sum of RGB (Red+Green+Blue) = 90+16+35=141 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.83% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1023 is #A5EFDC. Grayscale: #282828. Windows color (decimal): -10874845 or 2297946. OLE color: 2297946.

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

Color convert

RGB 90 16 35 -
CMYK 0 0.82 0.61 0.65
HSL 344.59º 0.7% 0.21% -
HSV(B) 344.59º 0.82% 0.35% -
XYZ 4.71 2.67 1.86 -
YUV 40.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 90 16 35 0 0.82 0.61 0.65 344.59 0.7 0.21
Hex 5A 10 23 0 52 3D 41 159 46 15
Octal 132 20 43 0 122 75 101 531 106 25
Binary 1011010 10000 100011 0 1010010 111101 1000001 101011001 1000110 10101

Color Harmonies of #5A1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1023

Black with #5A1023

Text Example


Text Example

White with #5A1023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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