Html Css Color HEX #5E0625 Pohutukawa

📋 copy color: '#5E0625'

red 94 ◦ green 6 ◦ blue 37

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

Shades of Pohutukawa #5E0625

Tints of Pohutukawa #5E0625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.38%

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

R = 68.61%
G = 4.38%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#5E0625 (or 0x5E0625) is known color: Pohutukawa. HEX triplet: 5E, 06 and 25. RGB value is (94,6,37). Sum of RGB (Red+Green+Blue) = 94+6+37=137 (18% of max value = 765). Red value is 94 (37.11% from 255 or 68.61% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0625 is #A1F9DA. Grayscale: #232323. Windows color (decimal): -10615259 or 2426462. OLE color: 2426462.

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

Color convert

RGB 94 6 37 -
CMYK 0 0.94 0.61 0.63
HSL 338.86º 0.88% 0.2% -
HSV(B) 338.86º 0.94% 0.37% -
XYZ 5.02 2.64 2 -
YUV 35.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 94 6 37 0 0.94 0.61 0.63 338.86 0.88 0.2
Hex 5E 6 25 0 5E 3D 3F 153 58 14
Octal 136 6 45 0 136 75 77 523 130 24
Binary 1011110 110 100101 0 1011110 111101 111111 101010011 1011000 10100

Color Harmonies of #5E0625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0625

Black with #5E0625

Text Example


Text Example

White with #5E0625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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