Html Css Color HEX #5E0915 Pohutukawa

📋 copy color: '#5E0915'

red 94 ◦ green 9 ◦ blue 21

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

Shades of Pohutukawa #5E0915

Tints of Pohutukawa #5E0915

RGB

 RED value IS 94 (37.11% from 255) = 75.81%

 GREEN value IS 9 (3.91% from 255) = 7.26%

 BLUE value IS 21 (8.59% from 255) = 16.94%

R = 75.81%
G = 7.26%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#5E0915 (or 0x5E0915) is known color: Pohutukawa. HEX triplet: 5E, 09 and 15. RGB value is (94,9,21). Sum of RGB (Red+Green+Blue) = 94+9+21=124 (16% of max value = 765). Red value is 94 (37.11% from 255 or 75.81% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0915 is #A1F6EA. Grayscale: #232323. Windows color (decimal): -10614507 or 1378654. OLE color: 1378654.

HSL color Cylindrical-coordinate representation of color #5E0915: hue angle of 351.53º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E0915 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 9 21 -
CMYK 0 0.90 0.78 0.63
HSL 351.53º 0.83% 0.2% -
HSV(B) 351.53º 0.9% 0.37% -
XYZ 4.85 2.63 0.96 -
YUV 35.78 119.66 169.52 -
System Red Green Blue C M Y K H S L
Decimal 94 9 21 0 0.90 0.78 0.63 351.53 0.83 0.2
Hex 5E 9 15 0 5A 4E 3F 160 53 14
Octal 136 11 25 0 132 116 77 540 123 24
Binary 1011110 1001 10101 0 1011010 1001110 111111 101100000 1010011 10100

Color Harmonies of #5E0915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0915

Black with #5E0915

Text Example


Text Example

White with #5E0915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,9,21); }

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

background-color css

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

 a { background-color: rgb(94,9,21); }

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

border-color css

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

 span { border-color: rgb(94,9,21); }

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