Html Css Color HEX #481022 Bordeaux

📋 copy color: '#481022'

red 72 ◦ green 16 ◦ blue 34

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

Shades of Bordeaux #481022

Tints of Bordeaux #481022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.11%

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

R = 59.02%
G = 13.11%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#481022 (or 0x481022) is known color: Bordeaux. HEX triplet: 48, 10 and 22. RGB value is (72,16,34). Sum of RGB (Red+Green+Blue) = 72+16+34=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #481022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481022 is #B7EFDD. Grayscale: #222222. Windows color (decimal): -12054494 or 2232392. OLE color: 2232392.

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

Color convert

RGB 72 16 34 -
CMYK 0 0.78 0.53 0.72
HSL 340.71º 0.64% 0.17% -
HSV(B) 340.71º 0.78% 0.28% -
XYZ 3.15 1.86 1.71 -
YUV 34.8 127.55 154.54 -
System Red Green Blue C M Y K H S L
Decimal 72 16 34 0 0.78 0.53 0.72 340.71 0.64 0.17
Hex 48 10 22 0 4E 35 48 155 40 11
Octal 110 20 42 0 116 65 110 525 100 21
Binary 1001000 10000 100010 0 1001110 110101 1001000 101010101 1000000 10001

Color Harmonies of #481022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481022

Black with #481022

Text Example


Text Example

White with #481022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481022; }

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

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

background-color css

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

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

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

border-color css

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

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

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