Html Css Color HEX #5E011B Pohutukawa

📋 copy color: '#5E011B'

red 94 ◦ green 1 ◦ blue 27

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

Shades of Pohutukawa #5E011B

Tints of Pohutukawa #5E011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.82%

 BLUE value IS 27 (10.94% from 255) = 22.13%

R = 77.05%
G = 0.82%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.63

RGB Variations

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

Color information

#5E011B (or 0x5E011B) is known color: Pohutukawa. HEX triplet: 5E, 01 and 1B. RGB value is (94,1,27). Sum of RGB (Red+Green+Blue) = 94+1+27=122 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.05% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 94 - color contains mainly: red. Hex color #5E011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E011B is #A1FEE4. Grayscale: #1F1F1F. Windows color (decimal): -10616549 or 1769822. OLE color: 1769822.

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

Color convert

RGB 94 1 27 -
CMYK 0 0.99 0.71 0.63
HSL 343.23º 0.98% 0.19% -
HSV(B) 343.23º 0.99% 0.37% -
XYZ 4.82 2.48 1.26 -
YUV 31.77 125.31 172.39 -
System Red Green Blue C M Y K H S L
Decimal 94 1 27 0 0.99 0.71 0.63 343.23 0.98 0.19
Hex 5E 1 1B 0 63 47 3F 157 62 13
Octal 136 1 33 0 143 107 77 527 142 23
Binary 1011110 1 11011 0 1100011 1000111 111111 101010111 1100010 10011

Color Harmonies of #5E011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E011B

Black with #5E011B

Text Example


Text Example

White with #5E011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,1,27); }

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

background-color css

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

 a { background-color: rgb(94,1,27); }

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

border-color css

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

 span { border-color: rgb(94,1,27); }

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