Html Css Color HEX #5E030D Pohutukawa

📋 copy color: '#5E030D'

red 94 ◦ green 3 ◦ blue 13

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

Shades of Pohutukawa #5E030D

Tints of Pohutukawa #5E030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.73%

 BLUE value IS 13 (5.47% from 255) = 11.82%

R = 85.45%
G = 2.73%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.63

RGB Variations

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

Color information

#5E030D (or 0x5E030D) is known color: Pohutukawa. HEX triplet: 5E, 03 and 0D. RGB value is (94,3,13). Sum of RGB (Red+Green+Blue) = 94+3+13=110 (14% of max value = 765). Red value is 94 (37.11% from 255 or 85.45% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 94 - color contains mainly: red. Hex color #5E030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E030D is #A1FCF2. Grayscale: #1F1F1F. Windows color (decimal): -10616051 or 852830. OLE color: 852830.

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

Color convert

RGB 94 3 13 -
CMYK 0 0.97 0.86 0.63
HSL 353.41º 0.94% 0.19% -
HSV(B) 353.41º 0.97% 0.37% -
XYZ 4.72 2.47 0.61 -
YUV 31.35 117.65 172.69 -
System Red Green Blue C M Y K H S L
Decimal 94 3 13 0 0.97 0.86 0.63 353.41 0.94 0.19
Hex 5E 3 D 0 61 56 3F 161 5E 13
Octal 136 3 15 0 141 126 77 541 136 23
Binary 1011110 11 1101 0 1100001 1010110 111111 101100001 1011110 10011

Color Harmonies of #5E030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E030D

Black with #5E030D

Text Example


Text Example

White with #5E030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,3,13); }

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

background-color css

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

 a { background-color: rgb(94,3,13); }

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

border-color css

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

 span { border-color: rgb(94,3,13); }

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