Html Css Color HEX #481622 Bordeaux

📋 copy color: '#481622'

red 72 ◦ green 22 ◦ blue 34

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

Shades of Bordeaux #481622

Tints of Bordeaux #481622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.19%

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

R = 56.25%
G = 17.19%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#481622 (or 0x481622) is known color: Bordeaux. HEX triplet: 48, 16 and 22. RGB value is (72,22,34). Sum of RGB (Red+Green+Blue) = 72+22+34=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #481622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481622 is #B7E9DD. Grayscale: #262626. Windows color (decimal): -12052958 or 2233928. OLE color: 2233928.

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

Color convert

RGB 72 22 34 -
CMYK 0 0.69 0.53 0.72
HSL 345.6º 0.53% 0.18% -
HSV(B) 345.6º 0.69% 0.28% -
XYZ 3.25 2.07 1.74 -
YUV 38.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 72 22 34 0 0.69 0.53 0.72 345.6 0.53 0.18
Hex 48 16 22 0 45 35 48 15A 35 12
Octal 110 26 42 0 105 65 110 532 65 22
Binary 1001000 10110 100010 0 1000101 110101 1001000 101011010 110101 10010

Color Harmonies of #481622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481622

Black with #481622

Text Example


Text Example

White with #481622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481622; }

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

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

background-color css

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

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

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

border-color css

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

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

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