Html Css Color HEX #530C0F Bordeaux

📋 copy color: '#530C0F'

red 83 ◦ green 12 ◦ blue 15

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

Shades of Bordeaux #530C0F

Tints of Bordeaux #530C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.64%

R = 75.45%
G = 10.91%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#530C0F (or 0x530C0F) is known color: Bordeaux. HEX triplet: 53, 0C and 0F. RGB value is (83,12,15). Sum of RGB (Red+Green+Blue) = 83+12+15=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #530C0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C0F is #ACF3F0. Grayscale: #212121. Windows color (decimal): -11334641 or 986195. OLE color: 986195.

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

Color convert

RGB 83 12 15 -
CMYK 0 0.86 0.82 0.67
HSL 357.46º 0.75% 0.19% -
HSV(B) 357.46º 0.86% 0.33% -
XYZ 3.78 2.14 0.66 -
YUV 33.57 117.52 163.26 -
System Red Green Blue C M Y K H S L
Decimal 83 12 15 0 0.86 0.82 0.67 357.46 0.75 0.19
Hex 53 C F 0 56 52 43 165 4B 13
Octal 123 14 17 0 126 122 103 545 113 23
Binary 1010011 1100 1111 0 1010110 1010010 1000011 101100101 1001011 10011

Color Harmonies of #530C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C0F

Black with #530C0F

Text Example


Text Example

White with #530C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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