Html Css Color HEX #5D2323 Red Oxide

📋 copy color: '#5D2323'

red 93 ◦ green 35 ◦ blue 35

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

Shades of Red Oxide #5D2323

Tints of Red Oxide #5D2323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.47%

 BLUE value IS 35 (14.06% from 255) = 21.47%

R = 57.06%
G = 21.47%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.64

RGB Variations

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

Color information

#5D2323 (or 0x5D2323) is known color: Red Oxide. HEX triplet: 5D, 23 and 23. RGB value is (93,35,35). Sum of RGB (Red+Green+Blue) = 93+35+35=163 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.06% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2323 is #A2DCDC. Grayscale: #343434. Windows color (decimal): -10673373 or 2302813. OLE color: 2302813.

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

Color convert

RGB 93 35 35 -
CMYK 0 0.62 0.62 0.64
HSL 0.45% 0.25% -
HSV(B) 0.62% 0.36% -
XYZ 5.42 3.65 2.01 -
YUV 52.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 93 35 35 0 0.62 0.62 0.64 0 0.45 0.25
Hex 5D 23 23 0 3E 3E 40 0 2D 19
Octal 135 43 43 0 76 76 100 0 55 31
Binary 1011101 100011 100011 0 111110 111110 1000000 0 101101 11001

Color Harmonies of #5D2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2323

Black with #5D2323

Text Example


Text Example

White with #5D2323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,35,35); }

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

background-color css

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

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

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

border-color css

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

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

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