Html Css Color HEX #53071B Bordeaux

📋 copy color: '#53071B'

red 83 ◦ green 7 ◦ blue 27

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

Shades of Bordeaux #53071B

Tints of Bordeaux #53071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.98%

 BLUE value IS 27 (10.94% from 255) = 23.08%

R = 70.94%
G = 5.98%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53071B (or 0x53071B) is known color: Bordeaux. HEX triplet: 53, 07 and 1B. RGB value is (83,7,27). Sum of RGB (Red+Green+Blue) = 83+7+27=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #53071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53071B is #ACF8E4. Grayscale: #1F1F1F. Windows color (decimal): -11335909 or 1771347. OLE color: 1771347.

HSL color Cylindrical-coordinate representation of color #53071B: hue angle of 344.21º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53071B is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 7 27 -
CMYK 0 0.92 0.67 0.67
HSL 344.21º 0.84% 0.18% -
HSV(B) 344.21º 0.92% 0.33% -
XYZ 3.84 2.07 1.23 -
YUV 32 125.18 164.37 -
System Red Green Blue C M Y K H S L
Decimal 83 7 27 0 0.92 0.67 0.67 344.21 0.84 0.18
Hex 53 7 1B 0 5C 43 43 158 54 12
Octal 123 7 33 0 134 103 103 530 124 22
Binary 1010011 111 11011 0 1011100 1000011 1000011 101011000 1010100 10010

Color Harmonies of #53071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53071B

Black with #53071B

Text Example


Text Example

White with #53071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53071B; }

 p { color: rgb(83,7,27); }

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

background-color css

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

 a { background-color: rgb(83,7,27); }

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

border-color css

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

 span { border-color: rgb(83,7,27); }

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