Html Css Color HEX #530705 Red Oxide

📋 copy color: '#530705'

red 83 ◦ green 7 ◦ blue 5

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

Shades of Red Oxide #530705

Tints of Red Oxide #530705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.37%

 BLUE value IS 5 (2.34% from 255) = 5.26%

R = 87.37%
G = 7.37%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#530705 (or 0x530705) is known color: Red Oxide. HEX triplet: 53, 07 and 05. RGB value is (83,7,5). Sum of RGB (Red+Green+Blue) = 83+7+5=95 (12% of max value = 765). Red value is 83 (32.81% from 255 or 87.37% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 83 - color contains mainly: red. Hex color #530705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530705 is #ACF8FA. Grayscale: #1D1D1D. Windows color (decimal): -11335931 or 329555. OLE color: 329555.

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

Color convert

RGB 83 7 5 -
CMYK 0 0.92 0.94 0.67
HSL 1.54º 0.89% 0.17% -
HSV(B) 1.54º 0.94% 0.33% -
XYZ 3.67 2 0.34 -
YUV 29.5 114.18 166.16 -
System Red Green Blue C M Y K H S L
Decimal 83 7 5 0 0.92 0.94 0.67 1.54 0.89 0.17
Hex 53 7 5 0 5C 5E 43 2 59 11
Octal 123 7 5 0 134 136 103 2 131 21
Binary 1010011 111 101 0 1011100 1011110 1000011 10 1011001 10001

Color Harmonies of #530705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530705

Black with #530705

Text Example


Text Example

White with #530705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530705; }

 p { color: rgb(83,7,5); }

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

background-color css

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

 a { background-color: rgb(83,7,5); }

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

border-color css

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

 span { border-color: rgb(83,7,5); }

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