Html Css Color HEX #481522 Bordeaux

📋 copy color: '#481522'

red 72 ◦ green 21 ◦ blue 34

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

Shades of Bordeaux #481522

Tints of Bordeaux #481522

RGB

 RED value IS 72 (28.52% from 255) = 56.69%

 GREEN value IS 21 (8.59% from 255) = 16.54%

 BLUE value IS 34 (13.67% from 255) = 26.77%

R = 56.69%
G = 16.54%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#481522 (or 0x481522) is known color: Bordeaux. HEX triplet: 48, 15 and 22. RGB value is (72,21,34). Sum of RGB (Red+Green+Blue) = 72+21+34=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481522 is #B7EADD. Grayscale: #252525. Windows color (decimal): -12053214 or 2233672. OLE color: 2233672.

HSL color Cylindrical-coordinate representation of color #481522: hue angle of 344.71º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481522 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 21 34 -
CMYK 0 0.71 0.53 0.72
HSL 344.71º 0.55% 0.18% -
HSV(B) 344.71º 0.71% 0.28% -
XYZ 3.23 2.03 1.73 -
YUV 37.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 72 21 34 0 0.71 0.53 0.72 344.71 0.55 0.18
Hex 48 15 22 0 47 35 48 159 37 12
Octal 110 25 42 0 107 65 110 531 67 22
Binary 1001000 10101 100010 0 1000111 110101 1001000 101011001 110111 10010

Color Harmonies of #481522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481522

Black with #481522

Text Example


Text Example

White with #481522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481522; }

 p { color: rgb(72,21,34); }

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

background-color css

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

 a { background-color: rgb(72,21,34); }

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

border-color css

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

 span { border-color: rgb(72,21,34); }

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