Html Css Color HEX #530415 Bordeaux

📋 copy color: '#530415'

red 83 ◦ green 4 ◦ blue 21

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

Shades of Bordeaux #530415

Tints of Bordeaux #530415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.7%

 BLUE value IS 21 (8.59% from 255) = 19.44%

R = 76.85%
G = 3.7%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#530415 (or 0x530415) is known color: Bordeaux. HEX triplet: 53, 04 and 15. RGB value is (83,4,21). Sum of RGB (Red+Green+Blue) = 83+4+21=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530415 is #ACFBEA. Grayscale: #1D1D1D. Windows color (decimal): -11336683 or 1377363. OLE color: 1377363.

HSL color Cylindrical-coordinate representation of color #530415: hue angle of 347.09º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530415 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 4 21 -
CMYK 0 0.95 0.75 0.67
HSL 347.09º 0.91% 0.17% -
HSV(B) 347.09º 0.95% 0.33% -
XYZ 3.75 1.98 0.89 -
YUV 29.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 83 4 21 0 0.95 0.75 0.67 347.09 0.91 0.17
Hex 53 4 15 0 5F 4B 43 15B 5B 11
Octal 123 4 25 0 137 113 103 533 133 21
Binary 1010011 100 10101 0 1011111 1001011 1000011 101011011 1011011 10001

Color Harmonies of #530415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530415

Black with #530415

Text Example


Text Example

White with #530415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530415; }

 p { color: rgb(83,4,21); }

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

background-color css

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

 a { background-color: rgb(83,4,21); }

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

border-color css

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

 span { border-color: rgb(83,4,21); }

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