Html Css Color HEX #530212 Bordeaux

📋 copy color: '#530212'

red 83 ◦ green 2 ◦ blue 18

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

Shades of Bordeaux #530212

Tints of Bordeaux #530212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.48%

R = 80.58%
G = 1.94%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#530212 (or 0x530212) is known color: Bordeaux. HEX triplet: 53, 02 and 12. RGB value is (83,2,18). Sum of RGB (Red+Green+Blue) = 83+2+18=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #530212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530212 is #ACFDED. Grayscale: #1C1C1C. Windows color (decimal): -11337198 or 1180243. OLE color: 1180243.

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

Color convert

RGB 83 2 18 -
CMYK 0 0.98 0.78 0.67
HSL 348.15º 0.95% 0.17% -
HSV(B) 348.15º 0.98% 0.33% -
XYZ 3.7 1.93 0.75 -
YUV 28.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 83 2 18 0 0.98 0.78 0.67 348.15 0.95 0.17
Hex 53 2 12 0 62 4E 43 15C 5F 11
Octal 123 2 22 0 142 116 103 534 137 21
Binary 1010011 10 10010 0 1100010 1001110 1000011 101011100 1011111 10001

Color Harmonies of #530212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530212

Black with #530212

Text Example


Text Example

White with #530212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530212; }

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

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

background-color css

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

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

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

border-color css

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

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

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