Html Css Color HEX #530015 Bordeaux

📋 copy color: '#530015'

red 83 ◦ green 0 ◦ blue 21

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

Shades of Bordeaux #530015

Tints of Bordeaux #530015

RGB

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

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

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

R = 79.81%
G = 0%
B = 20.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#530015 (or 0x530015) is known color: Bordeaux. HEX triplet: 53, 00 and 15. RGB value is (83,0,21). Sum of RGB (Red+Green+Blue) = 83+0+21=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #530015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530015 is #ACFFEA. Grayscale: #1B1B1B. Windows color (decimal): -11337707 or 1376339. OLE color: 1376339.

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

Color convert

RGB 83 0 21 -
CMYK 0 1 0.75 0.67
HSL 344.82º 1% 0.16% -
HSV(B) 344.82º 1% 0.33% -
XYZ 3.7 1.89 0.88 -
YUV 27.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 83 0 21 0 1 0.75 0.67 344.82 1 0.16
Hex 53 0 15 0 64 4B 43 159 64 10
Octal 123 0 25 0 144 113 103 531 144 20
Binary 1010011 0 10101 0 1100100 1001011 1000011 101011001 1100100 10000

Color Harmonies of #530015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530015

Black with #530015

Text Example


Text Example

White with #530015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530015; }

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

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

background-color css

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

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

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

border-color css

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

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

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