Html Css Color HEX #530C18 Bordeaux

📋 copy color: '#530C18'

red 83 ◦ green 12 ◦ blue 24

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

Shades of Bordeaux #530C18

Tints of Bordeaux #530C18

RGB

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

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

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

R = 69.75%
G = 10.08%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#530C18 (or 0x530C18) is known color: Bordeaux. HEX triplet: 53, 0C and 18. RGB value is (83,12,24). Sum of RGB (Red+Green+Blue) = 83+12+24=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #530C18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C18 is #ACF3E7. Grayscale: #222222. Windows color (decimal): -11334632 or 1576019. OLE color: 1576019.

HSL color Cylindrical-coordinate representation of color #530C18: hue angle of 349.86º 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 #530C18 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 12 24 -
CMYK 0 0.86 0.71 0.67
HSL 349.86º 0.75% 0.19% -
HSV(B) 349.86º 0.86% 0.33% -
XYZ 3.86 2.17 1.08 -
YUV 34.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 83 12 24 0 0.86 0.71 0.67 349.86 0.75 0.19
Hex 53 C 18 0 56 47 43 15E 4B 13
Octal 123 14 30 0 126 107 103 536 113 23
Binary 1010011 1100 11000 0 1010110 1000111 1000011 101011110 1001011 10011

Color Harmonies of #530C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C18

Black with #530C18

Text Example


Text Example

White with #530C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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