Html Css Color HEX #481623 Bordeaux

📋 copy color: '#481623'

red 72 ◦ green 22 ◦ blue 35

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

Shades of Bordeaux #481623

Tints of Bordeaux #481623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 27.13%

R = 55.81%
G = 17.05%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#481623 (or 0x481623) is known color: Bordeaux. HEX triplet: 48, 16 and 23. RGB value is (72,22,35). Sum of RGB (Red+Green+Blue) = 72+22+35=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #481623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481623 is #B7E9DC. Grayscale: #262626. Windows color (decimal): -12052957 or 2299464. OLE color: 2299464.

HSL color Cylindrical-coordinate representation of color #481623: hue angle of 344.4º 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 #481623 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 22 35 -
CMYK 0 0.69 0.51 0.72
HSL 344.4º 0.53% 0.18% -
HSV(B) 344.4º 0.69% 0.28% -
XYZ 3.26 2.07 1.82 -
YUV 38.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 72 22 35 0 0.69 0.51 0.72 344.4 0.53 0.18
Hex 48 16 23 0 45 33 48 158 35 12
Octal 110 26 43 0 105 63 110 530 65 22
Binary 1001000 10110 100011 0 1000101 110011 1001000 101011000 110101 10010

Color Harmonies of #481623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481623

Black with #481623

Text Example


Text Example

White with #481623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481623; }

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

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

background-color css

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

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

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

border-color css

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

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

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