Html Css Color HEX #5D0815 Pohutukawa

📋 copy color: '#5D0815'

red 93 ◦ green 8 ◦ blue 21

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

Shades of Pohutukawa #5D0815

Tints of Pohutukawa #5D0815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.56%

 BLUE value IS 21 (8.59% from 255) = 17.21%

R = 76.23%
G = 6.56%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#5D0815 (or 0x5D0815) is known color: Pohutukawa. HEX triplet: 5D, 08 and 15. RGB value is (93,8,21). Sum of RGB (Red+Green+Blue) = 93+8+21=122 (16% of max value = 765). Red value is 93 (36.72% from 255 or 76.23% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0815 is #A2F7EA. Grayscale: #222222. Windows color (decimal): -10680299 or 1378397. OLE color: 1378397.

HSL color Cylindrical-coordinate representation of color #5D0815: hue angle of 350.82º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D0815 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 8 21 -
CMYK 0 0.91 0.77 0.64
HSL 350.82º 0.84% 0.2% -
HSV(B) 350.82º 0.91% 0.36% -
XYZ 4.74 2.55 0.95 -
YUV 34.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 93 8 21 0 0.91 0.77 0.64 350.82 0.84 0.2
Hex 5D 8 15 0 5B 4D 40 15F 54 14
Octal 135 10 25 0 133 115 100 537 124 24
Binary 1011101 1000 10101 0 1011011 1001101 1000000 101011111 1010100 10100

Color Harmonies of #5D0815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0815

Black with #5D0815

Text Example


Text Example

White with #5D0815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,8,21); }

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

background-color css

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

 a { background-color: rgb(93,8,21); }

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

border-color css

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

 span { border-color: rgb(93,8,21); }

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