Html Css Color HEX #5E1A25 Pohutukawa

📋 copy color: '#5E1A25'

red 94 ◦ green 26 ◦ blue 37

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

Shades of Pohutukawa #5E1A25

Tints of Pohutukawa #5E1A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.56%

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

R = 59.87%
G = 16.56%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#5E1A25 (or 0x5E1A25) is known color: Pohutukawa. HEX triplet: 5E, 1A and 25. RGB value is (94,26,37). Sum of RGB (Red+Green+Blue) = 94+26+37=157 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.87% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1A25 is #A1E5DA. Grayscale: #2F2F2F. Windows color (decimal): -10610139 or 2431582. OLE color: 2431582.

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

Color convert

RGB 94 26 37 -
CMYK 0 0.72 0.61 0.63
HSL 350.29º 0.57% 0.24% -
HSV(B) 350.29º 0.72% 0.37% -
XYZ 5.32 3.25 2.1 -
YUV 47.59 122.03 161.11 -
System Red Green Blue C M Y K H S L
Decimal 94 26 37 0 0.72 0.61 0.63 350.29 0.57 0.24
Hex 5E 1A 25 0 48 3D 3F 15E 39 18
Octal 136 32 45 0 110 75 77 536 71 30
Binary 1011110 11010 100101 0 1001000 111101 111111 101011110 111001 11000

Color Harmonies of #5E1A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1A25

Black with #5E1A25

Text Example


Text Example

White with #5E1A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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