Html Css Color HEX #5E0613 Pohutukawa

📋 copy color: '#5E0613'

red 94 ◦ green 6 ◦ blue 19

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

Shades of Pohutukawa #5E0613

Tints of Pohutukawa #5E0613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.04%

 BLUE value IS 19 (7.81% from 255) = 15.97%

R = 78.99%
G = 5.04%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.63

RGB Variations

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

Color information

#5E0613 (or 0x5E0613) is known color: Pohutukawa. HEX triplet: 5E, 06 and 13. RGB value is (94,6,19). Sum of RGB (Red+Green+Blue) = 94+6+19=119 (15% of max value = 765). Red value is 94 (37.11% from 255 or 78.99% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0613 is #A1F9EC. Grayscale: #212121. Windows color (decimal): -10615277 or 1246814. OLE color: 1246814.

HSL color Cylindrical-coordinate representation of color #5E0613: hue angle of 351.14º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0613 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 6 19 -
CMYK 0 0.94 0.80 0.63
HSL 351.14º 0.88% 0.2% -
HSV(B) 351.14º 0.94% 0.37% -
XYZ 4.8 2.56 0.86 -
YUV 33.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 94 6 19 0 0.94 0.80 0.63 351.14 0.88 0.2
Hex 5E 6 13 0 5E 50 3F 15F 58 14
Octal 136 6 23 0 136 120 77 537 130 24
Binary 1011110 110 10011 0 1011110 1010000 111111 101011111 1011000 10100

Color Harmonies of #5E0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0613

Black with #5E0613

Text Example


Text Example

White with #5E0613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,6,19); }

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

background-color css

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

 a { background-color: rgb(94,6,19); }

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

border-color css

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

 span { border-color: rgb(94,6,19); }

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