Html Css Color HEX #481822 Bordeaux

📋 copy color: '#481822'

red 72 ◦ green 24 ◦ blue 34

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

Shades of Bordeaux #481822

Tints of Bordeaux #481822

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.46%

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

R = 55.38%
G = 18.46%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#481822 (or 0x481822) is known color: Bordeaux. HEX triplet: 48, 18 and 22. RGB value is (72,24,34). Sum of RGB (Red+Green+Blue) = 72+24+34=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #481822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481822 is #B7E7DD. Grayscale: #272727. Windows color (decimal): -12052446 or 2234440. OLE color: 2234440.

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

Color convert

RGB 72 24 34 -
CMYK 0 0.67 0.53 0.72
HSL 347.5º 0.5% 0.19% -
HSV(B) 347.5º 0.67% 0.28% -
XYZ 3.29 2.15 1.75 -
YUV 39.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 72 24 34 0 0.67 0.53 0.72 347.5 0.5 0.19
Hex 48 18 22 0 43 35 48 15C 32 13
Octal 110 30 42 0 103 65 110 534 62 23
Binary 1001000 11000 100010 0 1000011 110101 1001000 101011100 110010 10011

Color Harmonies of #481822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481822

Black with #481822

Text Example


Text Example

White with #481822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481822; }

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

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

background-color css

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

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

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

border-color css

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

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

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