Html Css Color HEX #5A0E1F Pohutukawa

📋 copy color: '#5A0E1F'

red 90 ◦ green 14 ◦ blue 31

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

Shades of Pohutukawa #5A0E1F

Tints of Pohutukawa #5A0E1F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.37%

 BLUE value IS 31 (12.5% from 255) = 22.96%

R = 66.67%
G = 10.37%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A0E1F (or 0x5A0E1F) is known color: Pohutukawa. HEX triplet: 5A, 0E and 1F. RGB value is (90,14,31). Sum of RGB (Red+Green+Blue) = 90+14+31=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E1F is #A5F1E0. Grayscale: #262626. Windows color (decimal): -10875361 or 2035290. OLE color: 2035290.

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

Color convert

RGB 90 14 31 -
CMYK 0 0.84 0.66 0.65
HSL 346.58º 0.73% 0.2% -
HSV(B) 346.58º 0.84% 0.35% -
XYZ 4.62 2.59 1.55 -
YUV 38.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 90 14 31 0 0.84 0.66 0.65 346.58 0.73 0.2
Hex 5A E 1F 0 54 42 41 15B 49 14
Octal 132 16 37 0 124 102 101 533 111 24
Binary 1011010 1110 11111 0 1010100 1000010 1000001 101011011 1001001 10100

Color Harmonies of #5A0E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0E1F

Black with #5A0E1F

Text Example


Text Example

White with #5A0E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,14,31); }

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

background-color css

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

 a { background-color: rgb(90,14,31); }

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

border-color css

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

 span { border-color: rgb(90,14,31); }

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