Html Css Color HEX #530818 Bordeaux

📋 copy color: '#530818'

red 83 ◦ green 8 ◦ blue 24

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

Shades of Bordeaux #530818

Tints of Bordeaux #530818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.96%

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

R = 72.17%
G = 6.96%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#530818 (or 0x530818) is known color: Bordeaux. HEX triplet: 53, 08 and 18. RGB value is (83,8,24). Sum of RGB (Red+Green+Blue) = 83+8+24=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #530818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530818 is #ACF7E7. Grayscale: #202020. Windows color (decimal): -11335656 or 1574995. OLE color: 1574995.

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

Color convert

RGB 83 8 24 -
CMYK 0 0.90 0.71 0.67
HSL 347.2º 0.82% 0.18% -
HSV(B) 347.2º 0.9% 0.33% -
XYZ 3.82 2.08 1.06 -
YUV 32.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 83 8 24 0 0.90 0.71 0.67 347.2 0.82 0.18
Hex 53 8 18 0 5A 47 43 15B 52 12
Octal 123 10 30 0 132 107 103 533 122 22
Binary 1010011 1000 11000 0 1011010 1000111 1000011 101011011 1010010 10010

Color Harmonies of #530818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530818

Black with #530818

Text Example


Text Example

White with #530818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530818; }

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

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

background-color css

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

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

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

border-color css

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

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

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