Html Css Color HEX #530918 Bordeaux

📋 copy color: '#530918'

red 83 ◦ green 9 ◦ blue 24

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

Shades of Bordeaux #530918

Tints of Bordeaux #530918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.76%

 BLUE value IS 24 (9.77% from 255) = 20.69%

R = 71.55%
G = 7.76%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#530918 (or 0x530918) is known color: Bordeaux. HEX triplet: 53, 09 and 18. RGB value is (83,9,24). Sum of RGB (Red+Green+Blue) = 83+9+24=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #530918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530918 is #ACF6E7. Grayscale: #202020. Windows color (decimal): -11335400 or 1575251. OLE color: 1575251.

HSL color Cylindrical-coordinate representation of color #530918: hue angle of 347.84º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530918 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 9 24 -
CMYK 0 0.89 0.71 0.67
HSL 347.84º 0.8% 0.18% -
HSV(B) 347.84º 0.89% 0.33% -
XYZ 3.83 2.1 1.07 -
YUV 32.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 83 9 24 0 0.89 0.71 0.67 347.84 0.8 0.18
Hex 53 9 18 0 59 47 43 15C 50 12
Octal 123 11 30 0 131 107 103 534 120 22
Binary 1010011 1001 11000 0 1011001 1000111 1000011 101011100 1010000 10010

Color Harmonies of #530918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530918

Black with #530918

Text Example


Text Example

White with #530918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530918; }

 p { color: rgb(83,9,24); }

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

background-color css

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

 a { background-color: rgb(83,9,24); }

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

border-color css

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

 span { border-color: rgb(83,9,24); }

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