Html Css Color HEX #531422 Bordeaux

📋 copy color: '#531422'

red 83 ◦ green 20 ◦ blue 34

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

Shades of Bordeaux #531422

Tints of Bordeaux #531422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.6%

 BLUE value IS 34 (13.67% from 255) = 24.82%

R = 60.58%
G = 14.6%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#531422 (or 0x531422) is known color: Bordeaux. HEX triplet: 53, 14 and 22. RGB value is (83,20,34). Sum of RGB (Red+Green+Blue) = 83+20+34=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #531422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531422 is #ACEBDD. Grayscale: #282828. Windows color (decimal): -11332574 or 2233427. OLE color: 2233427.

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

Color convert

RGB 83 20 34 -
CMYK 0 0.76 0.59 0.67
HSL 346.67º 0.61% 0.2% -
HSV(B) 346.67º 0.76% 0.33% -
XYZ 4.11 2.45 1.77 -
YUV 40.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 83 20 34 0 0.76 0.59 0.67 346.67 0.61 0.2
Hex 53 14 22 0 4C 3B 43 15B 3D 14
Octal 123 24 42 0 114 73 103 533 75 24
Binary 1010011 10100 100010 0 1001100 111011 1000011 101011011 111101 10100

Color Harmonies of #531422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531422

Black with #531422

Text Example


Text Example

White with #531422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531422; }

 p { color: rgb(83,20,34); }

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

background-color css

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

 a { background-color: rgb(83,20,34); }

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

border-color css

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

 span { border-color: rgb(83,20,34); }

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