Html Css Color HEX #481023 Bordeaux

📋 copy color: '#481023'

red 72 ◦ green 16 ◦ blue 35

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

Shades of Bordeaux #481023

Tints of Bordeaux #481023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.01%

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

R = 58.54%
G = 13.01%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#481023 (or 0x481023) is known color: Bordeaux. HEX triplet: 48, 10 and 23. RGB value is (72,16,35). Sum of RGB (Red+Green+Blue) = 72+16+35=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #481023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481023 is #B7EFDC. Grayscale: #222222. Windows color (decimal): -12054493 or 2297928. OLE color: 2297928.

HSL color Cylindrical-coordinate representation of color #481023: hue angle of 339.64º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481023 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 16 35 -
CMYK 0 0.78 0.51 0.72
HSL 339.64º 0.64% 0.17% -
HSV(B) 339.64º 0.78% 0.28% -
XYZ 3.16 1.87 1.78 -
YUV 34.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 72 16 35 0 0.78 0.51 0.72 339.64 0.64 0.17
Hex 48 10 23 0 4E 33 48 154 40 11
Octal 110 20 43 0 116 63 110 524 100 21
Binary 1001000 10000 100011 0 1001110 110011 1001000 101010100 1000000 10001

Color Harmonies of #481023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481023

Black with #481023

Text Example


Text Example

White with #481023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481023; }

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

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

background-color css

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

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

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

border-color css

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

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

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