Html Css Color HEX #530612 Bordeaux

📋 copy color: '#530612'

red 83 ◦ green 6 ◦ blue 18

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

Shades of Bordeaux #530612

Tints of Bordeaux #530612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.61%

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

R = 77.57%
G = 5.61%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#530612 (or 0x530612) is known color: Bordeaux. HEX triplet: 53, 06 and 12. RGB value is (83,6,18). Sum of RGB (Red+Green+Blue) = 83+6+18=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #530612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530612 is #ACF9ED. Grayscale: #1E1E1E. Windows color (decimal): -11336174 or 1181267. OLE color: 1181267.

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

Color convert

RGB 83 6 18 -
CMYK 0 0.93 0.78 0.67
HSL 350.65º 0.87% 0.17% -
HSV(B) 350.65º 0.93% 0.33% -
XYZ 3.74 2.01 0.76 -
YUV 30.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 83 6 18 0 0.93 0.78 0.67 350.65 0.87 0.17
Hex 53 6 12 0 5D 4E 43 15F 57 11
Octal 123 6 22 0 135 116 103 537 127 21
Binary 1010011 110 10010 0 1011101 1001110 1000011 101011111 1010111 10001

Color Harmonies of #530612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530612

Black with #530612

Text Example


Text Example

White with #530612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530612; }

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

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

background-color css

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

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

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

border-color css

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

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

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