Html Css Color HEX #530817 Bordeaux

📋 copy color: '#530817'

red 83 ◦ green 8 ◦ blue 23

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

Shades of Bordeaux #530817

Tints of Bordeaux #530817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.02%

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

R = 72.81%
G = 7.02%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#530817 (or 0x530817) is known color: Bordeaux. HEX triplet: 53, 08 and 17. RGB value is (83,8,23). Sum of RGB (Red+Green+Blue) = 83+8+23=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #530817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530817 is #ACF7E8. Grayscale: #202020. Windows color (decimal): -11335657 or 1509459. OLE color: 1509459.

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

Color convert

RGB 83 8 23 -
CMYK 0 0.90 0.72 0.67
HSL 348º 0.82% 0.18% -
HSV(B) 348º 0.9% 0.33% -
XYZ 3.81 2.07 1.01 -
YUV 32.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 83 8 23 0 0.90 0.72 0.67 348 0.82 0.18
Hex 53 8 17 0 5A 48 43 15C 52 12
Octal 123 10 27 0 132 110 103 534 122 22
Binary 1010011 1000 10111 0 1011010 1001000 1000011 101011100 1010010 10010

Color Harmonies of #530817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530817

Black with #530817

Text Example


Text Example

White with #530817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530817; }

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

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

background-color css

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

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

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

border-color css

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

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

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