Html Css Color HEX #530605 Red Oxide

📋 copy color: '#530605'

red 83 ◦ green 6 ◦ blue 5

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

Shades of Red Oxide #530605

Tints of Red Oxide #530605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.38%

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

R = 88.3%
G = 6.38%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#530605 (or 0x530605) is known color: Red Oxide. HEX triplet: 53, 06 and 05. RGB value is (83,6,5). Sum of RGB (Red+Green+Blue) = 83+6+5=94 (12% of max value = 765). Red value is 83 (32.81% from 255 or 88.30% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 83 - color contains mainly: red. Hex color #530605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530605 is #ACF9FA. Grayscale: #1C1C1C. Windows color (decimal): -11336187 or 329299. OLE color: 329299.

HSL color Cylindrical-coordinate representation of color #530605: hue angle of 0.77º 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 #530605 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 6 5 -
CMYK 0 0.93 0.94 0.67
HSL 0.77º 0.89% 0.17% -
HSV(B) 0.77º 0.94% 0.33% -
XYZ 3.66 1.98 0.33 -
YUV 28.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 83 6 5 0 0.93 0.94 0.67 0.77 0.89 0.17
Hex 53 6 5 0 5D 5E 43 1 59 11
Octal 123 6 5 0 135 136 103 1 131 21
Binary 1010011 110 101 0 1011101 1011110 1000011 1 1011001 10001

Color Harmonies of #530605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530605

Black with #530605

Text Example


Text Example

White with #530605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530605; }

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

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

background-color css

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

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

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

border-color css

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

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

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