Html Css Color HEX #530701 Red Oxide

📋 copy color: '#530701'

red 83 ◦ green 7 ◦ blue 1

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

Shades of Red Oxide #530701

Tints of Red Oxide #530701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.1%

R = 91.21%
G = 7.69%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#530701 (or 0x530701) is known color: Red Oxide. HEX triplet: 53, 07 and 01. RGB value is (83,7,1). Sum of RGB (Red+Green+Blue) = 83+7+1=91 (12% of max value = 765). Red value is 83 (32.81% from 255 or 91.21% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 83 - color contains mainly: red. Hex color #530701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530701 is #ACF8FE. Grayscale: #1D1D1D. Windows color (decimal): -11335935 or 67411. OLE color: 67411.

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

Color convert

RGB 83 7 1 -
CMYK 0 0.92 0.99 0.67
HSL 4.39º 0.98% 0.16% -
HSV(B) 4.39º 0.99% 0.33% -
XYZ 3.65 1.99 0.22 -
YUV 29.04 112.18 166.49 -
System Red Green Blue C M Y K H S L
Decimal 83 7 1 0 0.92 0.99 0.67 4.39 0.98 0.16
Hex 53 7 1 0 5C 63 43 4 62 10
Octal 123 7 1 0 134 143 103 4 142 20
Binary 1010011 111 1 0 1011100 1100011 1000011 100 1100010 10000

Color Harmonies of #530701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530701

Black with #530701

Text Example


Text Example

White with #530701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530701; }

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

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

background-color css

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

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

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

border-color css

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

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

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