Html Css Color HEX #5D0517 Pohutukawa

📋 copy color: '#5D0517'

red 93 ◦ green 5 ◦ blue 23

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

Shades of Pohutukawa #5D0517

Tints of Pohutukawa #5D0517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.13%

 BLUE value IS 23 (9.38% from 255) = 19.01%

R = 76.86%
G = 4.13%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.64

RGB Variations

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

Color information

#5D0517 (or 0x5D0517) is known color: Pohutukawa. HEX triplet: 5D, 05 and 17. RGB value is (93,5,23). Sum of RGB (Red+Green+Blue) = 93+5+23=121 (16% of max value = 765). Red value is 93 (36.72% from 255 or 76.86% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0517 is #A2FAE8. Grayscale: #212121. Windows color (decimal): -10681065 or 1508701. OLE color: 1508701.

HSL color Cylindrical-coordinate representation of color #5D0517: hue angle of 347.73º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0517 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 5 23 -
CMYK 0 0.95 0.75 0.64
HSL 347.73º 0.9% 0.19% -
HSV(B) 347.73º 0.95% 0.36% -
XYZ 4.72 2.5 1.04 -
YUV 33.36 122.15 170.54 -
System Red Green Blue C M Y K H S L
Decimal 93 5 23 0 0.95 0.75 0.64 347.73 0.9 0.19
Hex 5D 5 17 0 5F 4B 40 15C 5A 13
Octal 135 5 27 0 137 113 100 534 132 23
Binary 1011101 101 10111 0 1011111 1001011 1000000 101011100 1011010 10011

Color Harmonies of #5D0517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0517

Black with #5D0517

Text Example


Text Example

White with #5D0517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,5,23); }

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

background-color css

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

 a { background-color: rgb(93,5,23); }

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

border-color css

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

 span { border-color: rgb(93,5,23); }

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