Html Css Color HEX #530812 Bordeaux

📋 copy color: '#530812'

red 83 ◦ green 8 ◦ blue 18

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

Shades of Bordeaux #530812

Tints of Bordeaux #530812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.51%

R = 76.15%
G = 7.34%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#530812 (or 0x530812) is known color: Bordeaux. HEX triplet: 53, 08 and 12. RGB value is (83,8,18). Sum of RGB (Red+Green+Blue) = 83+8+18=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #530812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530812 is #ACF7ED. Grayscale: #1F1F1F. Windows color (decimal): -11335662 or 1181779. OLE color: 1181779.

HSL color Cylindrical-coordinate representation of color #530812: hue angle of 352º 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 #530812 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 8 18 -
CMYK 0 0.90 0.78 0.67
HSL 352º 0.82% 0.18% -
HSV(B) 352º 0.9% 0.33% -
XYZ 3.76 2.06 0.77 -
YUV 31.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 83 8 18 0 0.90 0.78 0.67 352 0.82 0.18
Hex 53 8 12 0 5A 4E 43 160 52 12
Octal 123 10 22 0 132 116 103 540 122 22
Binary 1010011 1000 10010 0 1011010 1001110 1000011 101100000 1010010 10010

Color Harmonies of #530812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530812

Black with #530812

Text Example


Text Example

White with #530812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530812; }

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

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

background-color css

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

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

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

border-color css

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

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

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