Html Css Color HEX #5E0F25 Pohutukawa

📋 copy color: '#5E0F25'

red 94 ◦ green 15 ◦ blue 37

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

Shades of Pohutukawa #5E0F25

Tints of Pohutukawa #5E0F25

RGB

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

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

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

R = 64.38%
G = 10.27%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#5E0F25 (or 0x5E0F25) is known color: Pohutukawa. HEX triplet: 5E, 0F and 25. RGB value is (94,15,37). Sum of RGB (Red+Green+Blue) = 94+15+37=146 (19% of max value = 765). Red value is 94 (37.11% from 255 or 64.38% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0F25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0F25 is #A1F0DA. Grayscale: #292929. Windows color (decimal): -10612955 or 2428766. OLE color: 2428766.

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

Color convert

RGB 94 15 37 -
CMYK 0 0.84 0.61 0.63
HSL 343.29º 0.72% 0.21% -
HSV(B) 343.29º 0.84% 0.37% -
XYZ 5.12 2.85 2.03 -
YUV 41.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 94 15 37 0 0.84 0.61 0.63 343.29 0.72 0.21
Hex 5E F 25 0 54 3D 3F 157 48 15
Octal 136 17 45 0 124 75 77 527 110 25
Binary 1011110 1111 100101 0 1010100 111101 111111 101010111 1001000 10101

Color Harmonies of #5E0F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0F25

Black with #5E0F25

Text Example


Text Example

White with #5E0F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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