Html Css Color HEX #530717 Bordeaux

📋 copy color: '#530717'

red 83 ◦ green 7 ◦ blue 23

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

Shades of Bordeaux #530717

Tints of Bordeaux #530717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.19%

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

R = 73.45%
G = 6.19%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#530717 (or 0x530717) is known color: Bordeaux. HEX triplet: 53, 07 and 17. RGB value is (83,7,23). Sum of RGB (Red+Green+Blue) = 83+7+23=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #530717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530717 is #ACF8E8. Grayscale: #1F1F1F. Windows color (decimal): -11335913 or 1509203. OLE color: 1509203.

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

Color convert

RGB 83 7 23 -
CMYK 0 0.92 0.72 0.67
HSL 347.37º 0.84% 0.18% -
HSV(B) 347.37º 0.92% 0.33% -
XYZ 3.8 2.05 1.01 -
YUV 31.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 83 7 23 0 0.92 0.72 0.67 347.37 0.84 0.18
Hex 53 7 17 0 5C 48 43 15B 54 12
Octal 123 7 27 0 134 110 103 533 124 22
Binary 1010011 111 10111 0 1011100 1001000 1000011 101011011 1010100 10010

Color Harmonies of #530717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530717

Black with #530717

Text Example


Text Example

White with #530717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530717; }

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

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

background-color css

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

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

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

border-color css

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

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

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