Html Css Color HEX #481422 Bordeaux

📋 copy color: '#481422'

red 72 ◦ green 20 ◦ blue 34

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

Shades of Bordeaux #481422

Tints of Bordeaux #481422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.87%

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

R = 57.14%
G = 15.87%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#481422 (or 0x481422) is known color: Bordeaux. HEX triplet: 48, 14 and 22. RGB value is (72,20,34). Sum of RGB (Red+Green+Blue) = 72+20+34=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #481422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481422 is #B7EBDD. Grayscale: #252525. Windows color (decimal): -12053470 or 2233416. OLE color: 2233416.

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

Color convert

RGB 72 20 34 -
CMYK 0 0.72 0.53 0.72
HSL 343.85º 0.57% 0.18% -
HSV(B) 343.85º 0.72% 0.28% -
XYZ 3.21 1.99 1.73 -
YUV 37.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 72 20 34 0 0.72 0.53 0.72 343.85 0.57 0.18
Hex 48 14 22 0 48 35 48 158 39 12
Octal 110 24 42 0 110 65 110 530 71 22
Binary 1001000 10100 100010 0 1001000 110101 1001000 101011000 111001 10010

Color Harmonies of #481422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481422

Black with #481422

Text Example


Text Example

White with #481422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481422; }

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

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

background-color css

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

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

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

border-color css

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

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

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