Html Css Color HEX #530217 Bordeaux

📋 copy color: '#530217'

red 83 ◦ green 2 ◦ blue 23

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

Shades of Bordeaux #530217

Tints of Bordeaux #530217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.85%

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

R = 76.85%
G = 1.85%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#530217 (or 0x530217) is known color: Bordeaux. HEX triplet: 53, 02 and 17. RGB value is (83,2,23). Sum of RGB (Red+Green+Blue) = 83+2+23=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530217 is #ACFDE8. Grayscale: #1C1C1C. Windows color (decimal): -11337193 or 1507923. OLE color: 1507923.

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

Color convert

RGB 83 2 23 -
CMYK 0 0.98 0.72 0.67
HSL 344.44º 0.95% 0.17% -
HSV(B) 344.44º 0.98% 0.33% -
XYZ 3.74 1.94 0.99 -
YUV 28.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 83 2 23 0 0.98 0.72 0.67 344.44 0.95 0.17
Hex 53 2 17 0 62 48 43 158 5F 11
Octal 123 2 27 0 142 110 103 530 137 21
Binary 1010011 10 10111 0 1100010 1001000 1000011 101011000 1011111 10001

Color Harmonies of #530217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530217

Black with #530217

Text Example


Text Example

White with #530217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530217; }

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

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

background-color css

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

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

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

border-color css

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

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

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