Html Css Color HEX #530908 Red Oxide

📋 copy color: '#530908'

red 83 ◦ green 9 ◦ blue 8

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

Shades of Red Oxide #530908

Tints of Red Oxide #530908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8%

R = 83%
G = 9%
B = 8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#530908 (or 0x530908) is known color: Red Oxide. HEX triplet: 53, 09 and 08. RGB value is (83,9,8). Sum of RGB (Red+Green+Blue) = 83+9+8=100 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 83 - color contains mainly: red. Hex color #530908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530908 is #ACF6F7. Grayscale: #1F1F1F. Windows color (decimal): -11335416 or 526675. OLE color: 526675.

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

Color convert

RGB 83 9 8 -
CMYK 0 0.89 0.90 0.67
HSL 0.8º 0.82% 0.18% -
HSV(B) 0.8º 0.9% 0.33% -
XYZ 3.71 2.05 0.43 -
YUV 31.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 83 9 8 0 0.89 0.90 0.67 0.8 0.82 0.18
Hex 53 9 8 0 59 5A 43 1 52 12
Octal 123 11 10 0 131 132 103 1 122 22
Binary 1010011 1001 1000 0 1011001 1011010 1000011 1 1010010 10010

Color Harmonies of #530908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530908

Black with #530908

Text Example


Text Example

White with #530908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530908; }

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

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

background-color css

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

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

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

border-color css

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

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

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