Html Css Color HEX #530F1F Bordeaux

📋 copy color: '#530F1F'

red 83 ◦ green 15 ◦ blue 31

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

Shades of Bordeaux #530F1F

Tints of Bordeaux #530F1F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.63%

 BLUE value IS 31 (12.5% from 255) = 24.03%

R = 64.34%
G = 11.63%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#530F1F (or 0x530F1F) is known color: Bordeaux. HEX triplet: 53, 0F and 1F. RGB value is (83,15,31). Sum of RGB (Red+Green+Blue) = 83+15+31=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #530F1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F1F is #ACF0E0. Grayscale: #252525. Windows color (decimal): -11333857 or 2035539. OLE color: 2035539.

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

Color convert

RGB 83 15 31 -
CMYK 0 0.82 0.63 0.67
HSL 345.88º 0.69% 0.19% -
HSV(B) 345.88º 0.82% 0.33% -
XYZ 3.99 2.28 1.53 -
YUV 37.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 83 15 31 0 0.82 0.63 0.67 345.88 0.69 0.19
Hex 53 F 1F 0 52 3F 43 15A 45 13
Octal 123 17 37 0 122 77 103 532 105 23
Binary 1010011 1111 11111 0 1010010 111111 1000011 101011010 1000101 10011

Color Harmonies of #530F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530F1F

Black with #530F1F

Text Example


Text Example

White with #530F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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