Html Css Color HEX #5D0904 Red Oxide

📋 copy color: '#5D0904'

red 93 ◦ green 9 ◦ blue 4

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

Shades of Red Oxide #5D0904

Tints of Red Oxide #5D0904

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.49%

 BLUE value IS 4 (1.95% from 255) = 3.77%

R = 87.74%
G = 8.49%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#5D0904 (or 0x5D0904) is known color: Red Oxide. HEX triplet: 5D, 09 and 04. RGB value is (93,9,4). Sum of RGB (Red+Green+Blue) = 93+9+4=106 (14% of max value = 765). Red value is 93 (36.72% from 255 or 87.74% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0904 is #A2F6FB. Grayscale: #212121. Windows color (decimal): -10680060 or 264541. OLE color: 264541.

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

Color convert

RGB 93 9 4 -
CMYK 0 0.90 0.96 0.64
HSL 3.37º 0.92% 0.19% -
HSV(B) 3.37º 0.96% 0.36% -
XYZ 4.63 2.53 0.36 -
YUV 33.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 93 9 4 0 0.90 0.96 0.64 3.37 0.92 0.19
Hex 5D 9 4 0 5A 60 40 3 5C 13
Octal 135 11 4 0 132 140 100 3 134 23
Binary 1011101 1001 100 0 1011010 1100000 1000000 11 1011100 10011

Color Harmonies of #5D0904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0904

Black with #5D0904

Text Example


Text Example

White with #5D0904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,9,4); }

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

background-color css

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

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

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

border-color css

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

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

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