Html Css Color HEX #5A0F23 Pohutukawa

📋 copy color: '#5A0F23'

red 90 ◦ green 15 ◦ blue 35

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

Shades of Pohutukawa #5A0F23

Tints of Pohutukawa #5A0F23

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.71%

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

R = 64.29%
G = 10.71%
B = 25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#5A0F23 (or 0x5A0F23) is known color: Pohutukawa. HEX triplet: 5A, 0F and 23. RGB value is (90,15,35). Sum of RGB (Red+Green+Blue) = 90+15+35=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0F23 is #A5F0DC. Grayscale: #272727. Windows color (decimal): -10875101 or 2297690. OLE color: 2297690.

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

Color convert

RGB 90 15 35 -
CMYK 0 0.83 0.61 0.65
HSL 344º 0.71% 0.21% -
HSV(B) 344º 0.83% 0.35% -
XYZ 4.69 2.64 1.85 -
YUV 39.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 90 15 35 0 0.83 0.61 0.65 344 0.71 0.21
Hex 5A F 23 0 53 3D 41 158 47 15
Octal 132 17 43 0 123 75 101 530 107 25
Binary 1011010 1111 100011 0 1010011 111101 1000001 101011000 1000111 10101

Color Harmonies of #5A0F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0F23

Black with #5A0F23

Text Example


Text Example

White with #5A0F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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