Html Css Color HEX #530318 Bordeaux

📋 copy color: '#530318'

red 83 ◦ green 3 ◦ blue 24

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

Shades of Bordeaux #530318

Tints of Bordeaux #530318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.73%

 BLUE value IS 24 (9.77% from 255) = 21.82%

R = 75.45%
G = 2.73%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#530318 (or 0x530318) is known color: Bordeaux. HEX triplet: 53, 03 and 18. RGB value is (83,3,24). Sum of RGB (Red+Green+Blue) = 83+3+24=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #530318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530318 is #ACFCE7. Grayscale: #1D1D1D. Windows color (decimal): -11336936 or 1573715. OLE color: 1573715.

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

Color convert

RGB 83 3 24 -
CMYK 0 0.96 0.71 0.67
HSL 344.25º 0.93% 0.17% -
HSV(B) 344.25º 0.96% 0.33% -
XYZ 3.76 1.97 1.05 -
YUV 29.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 83 3 24 0 0.96 0.71 0.67 344.25 0.93 0.17
Hex 53 3 18 0 60 47 43 158 5D 11
Octal 123 3 30 0 140 107 103 530 135 21
Binary 1010011 11 11000 0 1100000 1000111 1000011 101011000 1011101 10001

Color Harmonies of #530318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530318

Black with #530318

Text Example


Text Example

White with #530318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530318; }

 p { color: rgb(83,3,24); }

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

background-color css

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

 a { background-color: rgb(83,3,24); }

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

border-color css

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

 span { border-color: rgb(83,3,24); }

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