Html Css Color HEX #530712 Bordeaux

📋 copy color: '#530712'

red 83 ◦ green 7 ◦ blue 18

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

Shades of Bordeaux #530712

Tints of Bordeaux #530712

RGB

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

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

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

R = 76.85%
G = 6.48%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#530712 (or 0x530712) is known color: Bordeaux. HEX triplet: 53, 07 and 12. RGB value is (83,7,18). Sum of RGB (Red+Green+Blue) = 83+7+18=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530712 is #ACF8ED. Grayscale: #1F1F1F. Windows color (decimal): -11335918 or 1181523. OLE color: 1181523.

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

Color convert

RGB 83 7 18 -
CMYK 0 0.92 0.78 0.67
HSL 351.32º 0.84% 0.18% -
HSV(B) 351.32º 0.92% 0.33% -
XYZ 3.75 2.03 0.77 -
YUV 30.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 83 7 18 0 0.92 0.78 0.67 351.32 0.84 0.18
Hex 53 7 12 0 5C 4E 43 15F 54 12
Octal 123 7 22 0 134 116 103 537 124 22
Binary 1010011 111 10010 0 1011100 1001110 1000011 101011111 1010100 10010

Color Harmonies of #530712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530712

Black with #530712

Text Example


Text Example

White with #530712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530712; }

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

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

background-color css

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

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

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

border-color css

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

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

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