Html Css Color HEX #530804 Red Oxide

📋 copy color: '#530804'

red 83 ◦ green 8 ◦ blue 4

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

Shades of Red Oxide #530804

Tints of Red Oxide #530804

RGB

 RED value IS 83 (32.81% from 255) = 87.37%

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

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

R = 87.37%
G = 8.42%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#530804 (or 0x530804) is known color: Red Oxide. HEX triplet: 53, 08 and 04. RGB value is (83,8,4). Sum of RGB (Red+Green+Blue) = 83+8+4=95 (12% of max value = 765). Red value is 83 (32.81% from 255 or 87.37% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 83 - color contains mainly: red. Hex color #530804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530804 is #ACF7FB. Grayscale: #1E1E1E. Windows color (decimal): -11335676 or 264275. OLE color: 264275.

HSL color Cylindrical-coordinate representation of color #530804: hue angle of 3.04º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530804 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 8 4 -
CMYK 0 0.90 0.95 0.67
HSL 3.04º 0.91% 0.17% -
HSV(B) 3.04º 0.95% 0.33% -
XYZ 3.68 2.02 0.31 -
YUV 29.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 83 8 4 0 0.90 0.95 0.67 3.04 0.91 0.17
Hex 53 8 4 0 5A 5F 43 3 5B 11
Octal 123 10 4 0 132 137 103 3 133 21
Binary 1010011 1000 100 0 1011010 1011111 1000011 11 1011011 10001

Color Harmonies of #530804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530804

Black with #530804

Text Example


Text Example

White with #530804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530804; }

 p { color: rgb(83,8,4); }

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

background-color css

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

 a { background-color: rgb(83,8,4); }

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

border-color css

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

 span { border-color: rgb(83,8,4); }

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