Html Css Color HEX #5E0F1A Pohutukawa

📋 copy color: '#5E0F1A'

red 94 ◦ green 15 ◦ blue 26

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

Shades of Pohutukawa #5E0F1A

Tints of Pohutukawa #5E0F1A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.11%

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

R = 69.63%
G = 11.11%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#5E0F1A (or 0x5E0F1A) is known color: Pohutukawa. HEX triplet: 5E, 0F and 1A. RGB value is (94,15,26). Sum of RGB (Red+Green+Blue) = 94+15+26=135 (17% of max value = 765). Red value is 94 (37.11% from 255 or 69.63% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0F1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0F1A is #A1F0E5. Grayscale: #272727. Windows color (decimal): -10612966 or 1707870. OLE color: 1707870.

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

Color convert

RGB 94 15 26 -
CMYK 0 0.84 0.72 0.63
HSL 351.65º 0.72% 0.21% -
HSV(B) 351.65º 0.84% 0.37% -
XYZ 4.97 2.8 1.25 -
YUV 39.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 94 15 26 0 0.84 0.72 0.63 351.65 0.72 0.21
Hex 5E F 1A 0 54 48 3F 160 48 15
Octal 136 17 32 0 124 110 77 540 110 25
Binary 1011110 1111 11010 0 1010100 1001000 111111 101100000 1001000 10101

Color Harmonies of #5E0F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0F1A

Black with #5E0F1A

Text Example


Text Example

White with #5E0F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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