Html Css Color HEX #5E0510 Pohutukawa

📋 copy color: '#5E0510'

red 94 ◦ green 5 ◦ blue 16

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

Shades of Pohutukawa #5E0510

Tints of Pohutukawa #5E0510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.35%

 BLUE value IS 16 (6.64% from 255) = 13.91%

R = 81.74%
G = 4.35%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.63

RGB Variations

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

Color information

#5E0510 (or 0x5E0510) is known color: Pohutukawa. HEX triplet: 5E, 05 and 10. RGB value is (94,5,16). Sum of RGB (Red+Green+Blue) = 94+5+16=115 (15% of max value = 765). Red value is 94 (37.11% from 255 or 81.74% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0510 is #A1FAEF. Grayscale: #202020. Windows color (decimal): -10615536 or 1049950. OLE color: 1049950.

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

Color convert

RGB 94 5 16 -
CMYK 0 0.95 0.83 0.63
HSL 352.58º 0.9% 0.19% -
HSV(B) 352.58º 0.95% 0.37% -
XYZ 4.76 2.53 0.73 -
YUV 32.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 94 5 16 0 0.95 0.83 0.63 352.58 0.9 0.19
Hex 5E 5 10 0 5F 53 3F 161 5A 13
Octal 136 5 20 0 137 123 77 541 132 23
Binary 1011110 101 10000 0 1011111 1010011 111111 101100001 1011010 10011

Color Harmonies of #5E0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0510

Black with #5E0510

Text Example


Text Example

White with #5E0510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,5,16); }

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

background-color css

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

 a { background-color: rgb(94,5,16); }

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

border-color css

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

 span { border-color: rgb(94,5,16); }

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