Html Css Color HEX #5E1025 Pohutukawa

📋 copy color: '#5E1025'

red 94 ◦ green 16 ◦ blue 37

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

Shades of Pohutukawa #5E1025

Tints of Pohutukawa #5E1025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.88%

 BLUE value IS 37 (14.84% from 255) = 25.17%

R = 63.95%
G = 10.88%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#5E1025 (or 0x5E1025) is known color: Pohutukawa. HEX triplet: 5E, 10 and 25. RGB value is (94,16,37). Sum of RGB (Red+Green+Blue) = 94+16+37=147 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.95% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1025 is #A1EFDA. Grayscale: #292929. Windows color (decimal): -10612699 or 2429022. OLE color: 2429022.

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

Color convert

RGB 94 16 37 -
CMYK 0 0.83 0.61 0.63
HSL 343.85º 0.71% 0.22% -
HSV(B) 343.85º 0.83% 0.37% -
XYZ 5.14 2.88 2.04 -
YUV 41.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 94 16 37 0 0.83 0.61 0.63 343.85 0.71 0.22
Hex 5E 10 25 0 53 3D 3F 158 47 16
Octal 136 20 45 0 123 75 77 530 107 26
Binary 1011110 10000 100101 0 1010011 111101 111111 101011000 1000111 10110

Color Harmonies of #5E1025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1025

Black with #5E1025

Text Example


Text Example

White with #5E1025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,16,37); }

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

background-color css

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

 a { background-color: rgb(94,16,37); }

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

border-color css

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

 span { border-color: rgb(94,16,37); }

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