Html Css Color HEX #530617 Bordeaux

📋 copy color: '#530617'

red 83 ◦ green 6 ◦ blue 23

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

Shades of Bordeaux #530617

Tints of Bordeaux #530617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.36%

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

R = 74.11%
G = 5.36%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#530617 (or 0x530617) is known color: Bordeaux. HEX triplet: 53, 06 and 17. RGB value is (83,6,23). Sum of RGB (Red+Green+Blue) = 83+6+23=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #530617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530617 is #ACF9E8. Grayscale: #1E1E1E. Windows color (decimal): -11336169 or 1508947. OLE color: 1508947.

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

Color convert

RGB 83 6 23 -
CMYK 0 0.93 0.72 0.67
HSL 346.75º 0.87% 0.17% -
HSV(B) 346.75º 0.93% 0.33% -
XYZ 3.79 2.03 1 -
YUV 30.96 123.51 165.12 -
System Red Green Blue C M Y K H S L
Decimal 83 6 23 0 0.93 0.72 0.67 346.75 0.87 0.17
Hex 53 6 17 0 5D 48 43 15B 57 11
Octal 123 6 27 0 135 110 103 533 127 21
Binary 1010011 110 10111 0 1011101 1001000 1000011 101011011 1010111 10001

Color Harmonies of #530617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530617

Black with #530617

Text Example


Text Example

White with #530617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530617; }

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

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

background-color css

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

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

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

border-color css

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

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

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