Html Css Color HEX #5A0C25 Pohutukawa

📋 copy color: '#5A0C25'

red 90 ◦ green 12 ◦ blue 37

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

Shades of Pohutukawa #5A0C25

Tints of Pohutukawa #5A0C25

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.63%

 BLUE value IS 37 (14.84% from 255) = 26.62%

R = 64.75%
G = 8.63%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#5A0C25 (or 0x5A0C25) is known color: Pohutukawa. HEX triplet: 5A, 0C and 25. RGB value is (90,12,37). Sum of RGB (Red+Green+Blue) = 90+12+37=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0C25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0C25 is #A5F3DA. Grayscale: #262626. Windows color (decimal): -10875867 or 2427994. OLE color: 2427994.

HSL color Cylindrical-coordinate representation of color #5A0C25: hue angle of 340.77º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A0C25 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 12 37 -
CMYK 0 0.87 0.59 0.65
HSL 340.77º 0.76% 0.2% -
HSV(B) 340.77º 0.87% 0.35% -
XYZ 4.68 2.57 2 -
YUV 38.17 127.34 164.97 -
System Red Green Blue C M Y K H S L
Decimal 90 12 37 0 0.87 0.59 0.65 340.77 0.76 0.2
Hex 5A C 25 0 57 3B 41 155 4C 14
Octal 132 14 45 0 127 73 101 525 114 24
Binary 1011010 1100 100101 0 1010111 111011 1000001 101010101 1001100 10100

Color Harmonies of #5A0C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0C25

Black with #5A0C25

Text Example


Text Example

White with #5A0C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,12,37); }

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

background-color css

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

 a { background-color: rgb(90,12,37); }

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

border-color css

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

 span { border-color: rgb(90,12,37); }

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