Html Css Color HEX #5A1325 Pohutukawa

📋 copy color: '#5A1325'

red 90 ◦ green 19 ◦ blue 37

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

Shades of Pohutukawa #5A1325

Tints of Pohutukawa #5A1325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.01%

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

R = 61.64%
G = 13.01%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#5A1325 (or 0x5A1325) is known color: Pohutukawa. HEX triplet: 5A, 13 and 25. RGB value is (90,19,37). Sum of RGB (Red+Green+Blue) = 90+19+37=146 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.64% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1325 is #A5ECDA. Grayscale: #2A2A2A. Windows color (decimal): -10874075 or 2429786. OLE color: 2429786.

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

Color convert

RGB 90 19 37 -
CMYK 0 0.79 0.59 0.65
HSL 344.79º 0.65% 0.21% -
HSV(B) 344.79º 0.79% 0.35% -
XYZ 4.78 2.77 2.03 -
YUV 42.28 125.02 162.04 -
System Red Green Blue C M Y K H S L
Decimal 90 19 37 0 0.79 0.59 0.65 344.79 0.65 0.21
Hex 5A 13 25 0 4F 3B 41 159 41 15
Octal 132 23 45 0 117 73 101 531 101 25
Binary 1011010 10011 100101 0 1001111 111011 1000001 101011001 1000001 10101

Color Harmonies of #5A1325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1325

Black with #5A1325

Text Example


Text Example

White with #5A1325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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