Html Css Color HEX #530A0F Bordeaux

📋 copy color: '#530A0F'

red 83 ◦ green 10 ◦ blue 15

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

Shades of Bordeaux #530A0F

Tints of Bordeaux #530A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.26%

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

R = 76.85%
G = 9.26%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#530A0F (or 0x530A0F) is known color: Bordeaux. HEX triplet: 53, 0A and 0F. RGB value is (83,10,15). Sum of RGB (Red+Green+Blue) = 83+10+15=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530A0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A0F is #ACF5F0. Grayscale: #202020. Windows color (decimal): -11335153 or 985683. OLE color: 985683.

HSL color Cylindrical-coordinate representation of color #530A0F: hue angle of 355.89º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A0F is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 10 15 -
CMYK 0 0.88 0.82 0.67
HSL 355.89º 0.78% 0.18% -
HSV(B) 355.89º 0.88% 0.33% -
XYZ 3.76 2.09 0.66 -
YUV 32.4 118.18 164.09 -
System Red Green Blue C M Y K H S L
Decimal 83 10 15 0 0.88 0.82 0.67 355.89 0.78 0.18
Hex 53 A F 0 58 52 43 164 4E 12
Octal 123 12 17 0 130 122 103 544 116 22
Binary 1010011 1010 1111 0 1011000 1010010 1000011 101100100 1001110 10010

Color Harmonies of #530A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A0F

Black with #530A0F

Text Example


Text Example

White with #530A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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