Html Css Color HEX #531223 Bordeaux

📋 copy color: '#531223'

red 83 ◦ green 18 ◦ blue 35

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

Shades of Bordeaux #531223

Tints of Bordeaux #531223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.24%

 BLUE value IS 35 (14.06% from 255) = 25.74%

R = 61.03%
G = 13.24%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#531223 (or 0x531223) is known color: Bordeaux. HEX triplet: 53, 12 and 23. RGB value is (83,18,35). Sum of RGB (Red+Green+Blue) = 83+18+35=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #531223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531223 is #ACEDDC. Grayscale: #272727. Windows color (decimal): -11333085 or 2298451. OLE color: 2298451.

HSL color Cylindrical-coordinate representation of color #531223: hue angle of 344.31º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531223 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 18 35 -
CMYK 0 0.78 0.58 0.67
HSL 344.31º 0.64% 0.2% -
HSV(B) 344.31º 0.78% 0.33% -
XYZ 4.09 2.39 1.84 -
YUV 39.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 83 18 35 0 0.78 0.58 0.67 344.31 0.64 0.2
Hex 53 12 23 0 4E 3A 43 158 40 14
Octal 123 22 43 0 116 72 103 530 100 24
Binary 1010011 10010 100011 0 1001110 111010 1000011 101011000 1000000 10100

Color Harmonies of #531223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531223

Black with #531223

Text Example


Text Example

White with #531223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531223; }

 p { color: rgb(83,18,35); }

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

background-color css

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

 a { background-color: rgb(83,18,35); }

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

border-color css

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

 span { border-color: rgb(83,18,35); }

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