Html Css Color HEX #5E001A Pohutukawa

📋 copy color: '#5E001A'

red 94 ◦ green 0 ◦ blue 26

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

Shades of Pohutukawa #5E001A

Tints of Pohutukawa #5E001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 26 (10.55% from 255) = 21.67%

R = 78.33%
G = 0%
B = 21.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#5E001A (or 0x5E001A) is known color: Pohutukawa. HEX triplet: 5E, 00 and 1A. RGB value is (94,0,26). Sum of RGB (Red+Green+Blue) = 94+0+26=120 (15% of max value = 765). Red value is 94 (37.11% from 255 or 78.33% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 94 - color contains mainly: red. Hex color #5E001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E001A is #A1FFE5. Grayscale: #1F1F1F. Windows color (decimal): -10616806 or 1704030. OLE color: 1704030.

HSL color Cylindrical-coordinate representation of color #5E001A: hue angle of 343.4º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E001A is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 0 26 -
CMYK 0 1 0.72 0.63
HSL 343.4º 1% 0.18% -
HSV(B) 343.4º 1% 0.37% -
XYZ 4.8 2.45 1.2 -
YUV 31.07 125.14 172.89 -
System Red Green Blue C M Y K H S L
Decimal 94 0 26 0 1 0.72 0.63 343.4 1 0.18
Hex 5E 0 1A 0 64 48 3F 157 64 12
Octal 136 0 32 0 144 110 77 527 144 22
Binary 1011110 0 11010 0 1100100 1001000 111111 101010111 1100100 10010

Color Harmonies of #5E001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E001A

Black with #5E001A

Text Example


Text Example

White with #5E001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,0,26); }

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

background-color css

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

 a { background-color: rgb(94,0,26); }

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

border-color css

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

 span { border-color: rgb(94,0,26); }

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