Html Css Color HEX #5E151A Pohutukawa

📋 copy color: '#5E151A'

red 94 ◦ green 21 ◦ blue 26

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

Shades of Pohutukawa #5E151A

Tints of Pohutukawa #5E151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

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

R = 66.67%
G = 14.89%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#5E151A (or 0x5E151A) is known color: Pohutukawa. HEX triplet: 5E, 15 and 1A. RGB value is (94,21,26). Sum of RGB (Red+Green+Blue) = 94+21+26=141 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.67% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 94 - color contains mainly: red. Hex color #5E151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E151A is #A1EAE5. Grayscale: #2B2B2B. Windows color (decimal): -10611430 or 1709406. OLE color: 1709406.

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

Color convert

RGB 94 21 26 -
CMYK 0 0.78 0.72 0.63
HSL 355.89º 0.63% 0.23% -
HSV(B) 355.89º 0.78% 0.37% -
XYZ 5.07 2.99 1.29 -
YUV 43.4 118.18 164.09 -
System Red Green Blue C M Y K H S L
Decimal 94 21 26 0 0.78 0.72 0.63 355.89 0.63 0.23
Hex 5E 15 1A 0 4E 48 3F 164 3F 17
Octal 136 25 32 0 116 110 77 544 77 27
Binary 1011110 10101 11010 0 1001110 1001000 111111 101100100 111111 10111

Color Harmonies of #5E151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E151A

Black with #5E151A

Text Example


Text Example

White with #5E151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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