Html Css Color HEX #530917 Bordeaux

📋 copy color: '#530917'

red 83 ◦ green 9 ◦ blue 23

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

Shades of Bordeaux #530917

Tints of Bordeaux #530917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.83%

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

R = 72.17%
G = 7.83%
B = 20%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#530917 (or 0x530917) is known color: Bordeaux. HEX triplet: 53, 09 and 17. RGB value is (83,9,23). Sum of RGB (Red+Green+Blue) = 83+9+23=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #530917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530917 is #ACF6E8. Grayscale: #202020. Windows color (decimal): -11335401 or 1509715. OLE color: 1509715.

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

Color convert

RGB 83 9 23 -
CMYK 0 0.89 0.72 0.67
HSL 348.65º 0.8% 0.18% -
HSV(B) 348.65º 0.89% 0.33% -
XYZ 3.82 2.1 1.01 -
YUV 32.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 83 9 23 0 0.89 0.72 0.67 348.65 0.8 0.18
Hex 53 9 17 0 59 48 43 15D 50 12
Octal 123 11 27 0 131 110 103 535 120 22
Binary 1010011 1001 10111 0 1011001 1001000 1000011 101011101 1010000 10010

Color Harmonies of #530917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530917

Black with #530917

Text Example


Text Example

White with #530917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530917; }

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

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

background-color css

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

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

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

border-color css

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

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

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