Html Css Color HEX #530C15 Bordeaux

📋 copy color: '#530C15'

red 83 ◦ green 12 ◦ blue 21

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

Shades of Bordeaux #530C15

Tints of Bordeaux #530C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.34%

 BLUE value IS 21 (8.59% from 255) = 18.1%

R = 71.55%
G = 10.34%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#530C15 (or 0x530C15) is known color: Bordeaux. HEX triplet: 53, 0C and 15. RGB value is (83,12,21). Sum of RGB (Red+Green+Blue) = 83+12+21=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #530C15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C15 is #ACF3EA. Grayscale: #222222. Windows color (decimal): -11334635 or 1379411. OLE color: 1379411.

HSL color Cylindrical-coordinate representation of color #530C15: hue angle of 352.39º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C15 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 12 21 -
CMYK 0 0.86 0.75 0.67
HSL 352.39º 0.75% 0.19% -
HSV(B) 352.39º 0.86% 0.33% -
XYZ 3.83 2.16 0.92 -
YUV 34.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 83 12 21 0 0.86 0.75 0.67 352.39 0.75 0.19
Hex 53 C 15 0 56 4B 43 160 4B 13
Octal 123 14 25 0 126 113 103 540 113 23
Binary 1010011 1100 10101 0 1010110 1001011 1000011 101100000 1001011 10011

Color Harmonies of #530C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C15

Black with #530C15

Text Example


Text Example

White with #530C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530C15; }

 p { color: rgb(83,12,21); }

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

background-color css

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

 a { background-color: rgb(83,12,21); }

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

border-color css

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

 span { border-color: rgb(83,12,21); }

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