Html Css Color HEX #5E001F Pohutukawa

📋 copy color: '#5E001F'

red 94 ◦ green 0 ◦ blue 31

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

Shades of Pohutukawa #5E001F

Tints of Pohutukawa #5E001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.8%

R = 75.2%
G = 0%
B = 24.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#5E001F (or 0x5E001F) is known color: Pohutukawa. HEX triplet: 5E, 00 and 1F. RGB value is (94,0,31). Sum of RGB (Red+Green+Blue) = 94+0+31=125 (16% of max value = 765). Red value is 94 (37.11% from 255 or 75.2% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 94 - color contains mainly: red. Hex color #5E001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E001F is #A1FFE0. Grayscale: #1F1F1F. Windows color (decimal): -10616801 or 2031710. OLE color: 2031710.

HSL color Cylindrical-coordinate representation of color #5E001F: hue angle of 340.21º 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 #5E001F is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 0 31 -
CMYK 0 1 0.67 0.63
HSL 340.21º 1% 0.18% -
HSV(B) 340.21º 1% 0.37% -
XYZ 4.86 2.48 1.52 -
YUV 31.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 94 0 31 0 1 0.67 0.63 340.21 1 0.18
Hex 5E 0 1F 0 64 43 3F 154 64 12
Octal 136 0 37 0 144 103 77 524 144 22
Binary 1011110 0 11111 0 1100100 1000011 111111 101010100 1100100 10010

Color Harmonies of #5E001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E001F

Black with #5E001F

Text Example


Text Example

White with #5E001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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