Html Css Color HEX #530704 Red Oxide

📋 copy color: '#530704'

red 83 ◦ green 7 ◦ blue 4

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

Shades of Red Oxide #530704

Tints of Red Oxide #530704

RGB

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

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

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

R = 88.3%
G = 7.45%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#530704 (or 0x530704) is known color: Red Oxide. HEX triplet: 53, 07 and 04. RGB value is (83,7,4). Sum of RGB (Red+Green+Blue) = 83+7+4=94 (12% of max value = 765). Red value is 83 (32.81% from 255 or 88.30% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 83 - color contains mainly: red. Hex color #530704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530704 is #ACF8FB. Grayscale: #1D1D1D. Windows color (decimal): -11335932 or 264019. OLE color: 264019.

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

Color convert

RGB 83 7 4 -
CMYK 0 0.92 0.95 0.67
HSL 2.28º 0.91% 0.17% -
HSV(B) 2.28º 0.95% 0.33% -
XYZ 3.67 2 0.31 -
YUV 29.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 83 7 4 0 0.92 0.95 0.67 2.28 0.91 0.17
Hex 53 7 4 0 5C 5F 43 2 5B 11
Octal 123 7 4 0 134 137 103 2 133 21
Binary 1010011 111 100 0 1011100 1011111 1000011 10 1011011 10001

Color Harmonies of #530704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530704

Black with #530704

Text Example


Text Example

White with #530704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530704; }

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

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

background-color css

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

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

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

border-color css

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

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

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