Html Css Color HEX #530816 Bordeaux

📋 copy color: '#530816'

red 83 ◦ green 8 ◦ blue 22

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

Shades of Bordeaux #530816

Tints of Bordeaux #530816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.08%

 BLUE value IS 22 (8.98% from 255) = 19.47%

R = 73.45%
G = 7.08%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#530816 (or 0x530816) is known color: Bordeaux. HEX triplet: 53, 08 and 16. RGB value is (83,8,22). Sum of RGB (Red+Green+Blue) = 83+8+22=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #530816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530816 is #ACF7E9. Grayscale: #202020. Windows color (decimal): -11335658 or 1443923. OLE color: 1443923.

HSL color Cylindrical-coordinate representation of color #530816: hue angle of 348.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 #530816 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 8 22 -
CMYK 0 0.90 0.73 0.67
HSL 348.8º 0.82% 0.18% -
HSV(B) 348.8º 0.9% 0.33% -
XYZ 3.8 2.07 0.96 -
YUV 32.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 83 8 22 0 0.90 0.73 0.67 348.8 0.82 0.18
Hex 53 8 16 0 5A 49 43 15D 52 12
Octal 123 10 26 0 132 111 103 535 122 22
Binary 1010011 1000 10110 0 1011010 1001001 1000011 101011101 1010010 10010

Color Harmonies of #530816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530816

Black with #530816

Text Example


Text Example

White with #530816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530816; }

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

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

background-color css

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

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

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

border-color css

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

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

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