Html Css Color HEX #481E22 Bordeaux

📋 copy color: '#481E22'

red 72 ◦ green 30 ◦ blue 34

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

Shades of Bordeaux #481E22

Tints of Bordeaux #481E22

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.06%

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

R = 52.94%
G = 22.06%
B = 25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#481E22 (or 0x481E22) is known color: Bordeaux. HEX triplet: 48, 1E and 22. RGB value is (72,30,34). Sum of RGB (Red+Green+Blue) = 72+30+34=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #481E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E22 is #B7E1DD. Grayscale: #2B2B2B. Windows color (decimal): -12050910 or 2235976. OLE color: 2235976.

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

Color convert

RGB 72 30 34 -
CMYK 0 0.58 0.53 0.72
HSL 354.29º 0.41% 0.2% -
HSV(B) 354.29º 0.58% 0.28% -
XYZ 3.43 2.42 1.8 -
YUV 43.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 72 30 34 0 0.58 0.53 0.72 354.29 0.41 0.2
Hex 48 1E 22 0 3A 35 48 162 29 14
Octal 110 36 42 0 72 65 110 542 51 24
Binary 1001000 11110 100010 0 111010 110101 1001000 101100010 101001 10100

Color Harmonies of #481E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E22

Black with #481E22

Text Example


Text Example

White with #481E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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