Html Css Color HEX #530417 Bordeaux

📋 copy color: '#530417'

red 83 ◦ green 4 ◦ blue 23

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

Shades of Bordeaux #530417

Tints of Bordeaux #530417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.91%

R = 75.45%
G = 3.64%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#530417 (or 0x530417) is known color: Bordeaux. HEX triplet: 53, 04 and 17. RGB value is (83,4,23). Sum of RGB (Red+Green+Blue) = 83+4+23=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #530417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530417 is #ACFBE8. Grayscale: #1D1D1D. Windows color (decimal): -11336681 or 1508435. OLE color: 1508435.

HSL color Cylindrical-coordinate representation of color #530417: hue angle of 345.57º 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 #530417 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 4 23 -
CMYK 0 0.95 0.72 0.67
HSL 345.57º 0.91% 0.17% -
HSV(B) 345.57º 0.95% 0.33% -
XYZ 3.77 1.99 1 -
YUV 29.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 83 4 23 0 0.95 0.72 0.67 345.57 0.91 0.17
Hex 53 4 17 0 5F 48 43 15A 5B 11
Octal 123 4 27 0 137 110 103 532 133 21
Binary 1010011 100 10111 0 1011111 1001000 1000011 101011010 1011011 10001

Color Harmonies of #530417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530417

Black with #530417

Text Example


Text Example

White with #530417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530417; }

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

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

background-color css

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

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

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

border-color css

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

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

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