Html Css Color HEX #530016 Bordeaux

📋 copy color: '#530016'

red 83 ◦ green 0 ◦ blue 22

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

Shades of Bordeaux #530016

Tints of Bordeaux #530016

RGB

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

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

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

R = 79.05%
G = 0%
B = 20.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#530016 (or 0x530016) is known color: Bordeaux. HEX triplet: 53, 00 and 16. RGB value is (83,0,22). Sum of RGB (Red+Green+Blue) = 83+0+22=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #530016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530016 is #ACFFE9. Grayscale: #1B1B1B. Windows color (decimal): -11337706 or 1441875. OLE color: 1441875.

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

Color convert

RGB 83 0 22 -
CMYK 0 1 0.73 0.67
HSL 344.1º 1% 0.16% -
HSV(B) 344.1º 1% 0.33% -
XYZ 3.71 1.9 0.93 -
YUV 27.33 125 167.71 -
System Red Green Blue C M Y K H S L
Decimal 83 0 22 0 1 0.73 0.67 344.1 1 0.16
Hex 53 0 16 0 64 49 43 158 64 10
Octal 123 0 26 0 144 111 103 530 144 20
Binary 1010011 0 10110 0 1100100 1001001 1000011 101011000 1100100 10000

Color Harmonies of #530016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530016

Black with #530016

Text Example


Text Example

White with #530016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530016; }

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

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

background-color css

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

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

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

border-color css

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

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

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