Html Css Color HEX #530117 Bordeaux

📋 copy color: '#530117'

red 83 ◦ green 1 ◦ blue 23

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

Shades of Bordeaux #530117

Tints of Bordeaux #530117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

 BLUE value IS 23 (9.38% from 255) = 21.5%

R = 77.57%
G = 0.93%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#530117 (or 0x530117) is known color: Bordeaux. HEX triplet: 53, 01 and 17. RGB value is (83,1,23). Sum of RGB (Red+Green+Blue) = 83+1+23=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #530117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530117 is #ACFEE8. Grayscale: #1C1C1C. Windows color (decimal): -11337449 or 1507667. OLE color: 1507667.

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

Color convert

RGB 83 1 23 -
CMYK 0 0.99 0.72 0.67
HSL 343.9º 0.98% 0.16% -
HSV(B) 343.9º 0.99% 0.33% -
XYZ 3.73 1.92 0.98 -
YUV 28.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 83 1 23 0 0.99 0.72 0.67 343.9 0.98 0.16
Hex 53 1 17 0 63 48 43 158 62 10
Octal 123 1 27 0 143 110 103 530 142 20
Binary 1010011 1 10111 0 1100011 1001000 1000011 101011000 1100010 10000

Color Harmonies of #530117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530117

Black with #530117

Text Example


Text Example

White with #530117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530117; }

 p { color: rgb(83,1,23); }

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

background-color css

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

 a { background-color: rgb(83,1,23); }

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

border-color css

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

 span { border-color: rgb(83,1,23); }

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