Html Css Color HEX #530900 Red Oxide

📋 copy color: '#530900'

red 83 ◦ green 9 ◦ blue 0

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

Shades of Red Oxide #530900

Tints of Red Oxide #530900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.22%
G = 9.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#530900 (or 0x530900) is known color: Red Oxide. HEX triplet: 53, 09 and 00. RGB value is (83,9,0). Sum of RGB (Red+Green+Blue) = 83+9+0=92 (12% of max value = 765). Red value is 83 (32.81% from 255 or 90.22% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 83 - color contains mainly: red. Hex color #530900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530900 is #ACF6FF. Grayscale: #1E1E1E. Windows color (decimal): -11335424 or 2387. OLE color: 2387.

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

Color convert

RGB 83 9 0 -
CMYK 0 0.89 1 0.67
HSL 6.51º 1% 0.16% -
HSV(B) 6.51º 1% 0.33% -
XYZ 3.66 2.03 0.2 -
YUV 30.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 83 9 0 0 0.89 1 0.67 6.51 1 0.16
Hex 53 9 0 0 59 64 43 7 64 10
Octal 123 11 0 0 131 144 103 7 144 20
Binary 1010011 1001 0 0 1011001 1100100 1000011 111 1100100 10000

Color Harmonies of #530900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530900

Black with #530900

Text Example


Text Example

White with #530900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530900; }

 p { color: rgb(83,9,0); }

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

background-color css

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

 a { background-color: rgb(83,9,0); }

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

border-color css

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

 span { border-color: rgb(83,9,0); }

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