Html Css Color HEX #5D0316 Pohutukawa

📋 copy color: '#5D0316'

red 93 ◦ green 3 ◦ blue 22

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

Shades of Pohutukawa #5D0316

Tints of Pohutukawa #5D0316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.54%

 BLUE value IS 22 (8.98% from 255) = 18.64%

R = 78.81%
G = 2.54%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.64

RGB Variations

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

Color information

#5D0316 (or 0x5D0316) is known color: Pohutukawa. HEX triplet: 5D, 03 and 16. RGB value is (93,3,22). Sum of RGB (Red+Green+Blue) = 93+3+22=118 (15% of max value = 765). Red value is 93 (36.72% from 255 or 78.81% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0316 is #A2FCE9. Grayscale: #202020. Windows color (decimal): -10681578 or 1442653. OLE color: 1442653.

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

Color convert

RGB 93 3 22 -
CMYK 0 0.97 0.76 0.64
HSL 347.33º 0.94% 0.19% -
HSV(B) 347.33º 0.97% 0.36% -
XYZ 4.69 2.45 0.98 -
YUV 32.08 122.32 171.46 -
System Red Green Blue C M Y K H S L
Decimal 93 3 22 0 0.97 0.76 0.64 347.33 0.94 0.19
Hex 5D 3 16 0 61 4C 40 15B 5E 13
Octal 135 3 26 0 141 114 100 533 136 23
Binary 1011101 11 10110 0 1100001 1001100 1000000 101011011 1011110 10011

Color Harmonies of #5D0316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0316

Black with #5D0316

Text Example


Text Example

White with #5D0316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,3,22); }

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

background-color css

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

 a { background-color: rgb(93,3,22); }

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

border-color css

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

 span { border-color: rgb(93,3,22); }

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