Html Css Color HEX #530C19 Bordeaux

📋 copy color: '#530C19'

red 83 ◦ green 12 ◦ blue 25

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

Shades of Bordeaux #530C19

Tints of Bordeaux #530C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10%

 BLUE value IS 25 (10.16% from 255) = 20.83%

R = 69.17%
G = 10%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#530C19 (or 0x530C19) is known color: Bordeaux. HEX triplet: 53, 0C and 19. RGB value is (83,12,25). Sum of RGB (Red+Green+Blue) = 83+12+25=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #530C19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C19 is #ACF3E6. Grayscale: #222222. Windows color (decimal): -11334631 or 1641555. OLE color: 1641555.

HSL color Cylindrical-coordinate representation of color #530C19: hue angle of 349.01º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C19 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 12 25 -
CMYK 0 0.86 0.70 0.67
HSL 349.01º 0.75% 0.19% -
HSV(B) 349.01º 0.86% 0.33% -
XYZ 3.87 2.17 1.13 -
YUV 34.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 83 12 25 0 0.86 0.70 0.67 349.01 0.75 0.19
Hex 53 C 19 0 56 46 43 15D 4B 13
Octal 123 14 31 0 126 106 103 535 113 23
Binary 1010011 1100 11001 0 1010110 1000110 1000011 101011101 1001011 10011

Color Harmonies of #530C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C19

Black with #530C19

Text Example


Text Example

White with #530C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530C19; }

 p { color: rgb(83,12,25); }

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

background-color css

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

 a { background-color: rgb(83,12,25); }

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

border-color css

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

 span { border-color: rgb(83,12,25); }

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