Html Css Color HEX #5D0E2A Pohutukawa

📋 copy color: '#5D0E2A'

red 93 ◦ green 14 ◦ blue 42

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

Shades of Pohutukawa #5D0E2A

Tints of Pohutukawa #5D0E2A

RGB

 RED value IS 93 (36.72% from 255) = 62.42%

 GREEN value IS 14 (5.86% from 255) = 9.4%

 BLUE value IS 42 (16.8% from 255) = 28.19%

R = 62.42%
G = 9.4%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.64

RGB Variations

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

Color information

#5D0E2A (or 0x5D0E2A) is known color: Pohutukawa. HEX triplet: 5D, 0E and 2A. RGB value is (93,14,42). Sum of RGB (Red+Green+Blue) = 93+14+42=149 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62.42% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0E2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0E2A is #A2F1D5. Grayscale: #282828. Windows color (decimal): -10678742 or 2756189. OLE color: 2756189.

HSL color Cylindrical-coordinate representation of color #5D0E2A: hue angle of 338.73º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D0E2A is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 14 42 -
CMYK 0 0.85 0.55 0.64
HSL 338.73º 0.74% 0.21% -
HSV(B) 338.73º 0.85% 0.36% -
XYZ 5.09 2.81 2.46 -
YUV 40.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 93 14 42 0 0.85 0.55 0.64 338.73 0.74 0.21
Hex 5D E 2A 0 55 37 40 153 4A 15
Octal 135 16 52 0 125 67 100 523 112 25
Binary 1011101 1110 101010 0 1010101 110111 1000000 101010011 1001010 10101

Color Harmonies of #5D0E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0E2A

Black with #5D0E2A

Text Example


Text Example

White with #5D0E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,14,42); }

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

background-color css

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

 a { background-color: rgb(93,14,42); }

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

border-color css

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

 span { border-color: rgb(93,14,42); }

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