Html Css Color HEX #530216 Bordeaux

📋 copy color: '#530216'

red 83 ◦ green 2 ◦ blue 22

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

Shades of Bordeaux #530216

Tints of Bordeaux #530216

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.87%

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

R = 77.57%
G = 1.87%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#530216 (or 0x530216) is known color: Bordeaux. HEX triplet: 53, 02 and 16. RGB value is (83,2,22). Sum of RGB (Red+Green+Blue) = 83+2+22=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #530216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530216 is #ACFDE9. Grayscale: #1C1C1C. Windows color (decimal): -11337194 or 1442387. OLE color: 1442387.

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

Color convert

RGB 83 2 22 -
CMYK 0 0.98 0.73 0.67
HSL 345.19º 0.95% 0.17% -
HSV(B) 345.19º 0.98% 0.33% -
XYZ 3.73 1.94 0.94 -
YUV 28.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 83 2 22 0 0.98 0.73 0.67 345.19 0.95 0.17
Hex 53 2 16 0 62 49 43 159 5F 11
Octal 123 2 26 0 142 111 103 531 137 21
Binary 1010011 10 10110 0 1100010 1001001 1000011 101011001 1011111 10001

Color Harmonies of #530216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530216

Black with #530216

Text Example


Text Example

White with #530216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530216; }

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

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

background-color css

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

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

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

border-color css

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

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

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