Html Css Color HEX #530218 Bordeaux

📋 copy color: '#530218'

red 83 ◦ green 2 ◦ blue 24

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

Shades of Bordeaux #530218

Tints of Bordeaux #530218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.83%

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

R = 76.15%
G = 1.83%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#530218 (or 0x530218) is known color: Bordeaux. HEX triplet: 53, 02 and 18. RGB value is (83,2,24). Sum of RGB (Red+Green+Blue) = 83+2+24=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #530218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530218 is #ACFDE7. Grayscale: #1C1C1C. Windows color (decimal): -11337192 or 1573459. OLE color: 1573459.

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

Color convert

RGB 83 2 24 -
CMYK 0 0.98 0.71 0.67
HSL 343.7º 0.95% 0.17% -
HSV(B) 343.7º 0.98% 0.33% -
XYZ 3.75 1.95 1.04 -
YUV 28.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 83 2 24 0 0.98 0.71 0.67 343.7 0.95 0.17
Hex 53 2 18 0 62 47 43 158 5F 11
Octal 123 2 30 0 142 107 103 530 137 21
Binary 1010011 10 11000 0 1100010 1000111 1000011 101011000 1011111 10001

Color Harmonies of #530218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530218

Black with #530218

Text Example


Text Example

White with #530218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530218; }

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

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

background-color css

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

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

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

border-color css

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

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

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