Html Css Color HEX #481E23 Bordeaux

📋 copy color: '#481E23'

red 72 ◦ green 30 ◦ blue 35

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

Shades of Bordeaux #481E23

Tints of Bordeaux #481E23

RGB

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

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

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

R = 52.55%
G = 21.9%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#481E23 (or 0x481E23) is known color: Bordeaux. HEX triplet: 48, 1E and 23. RGB value is (72,30,35). Sum of RGB (Red+Green+Blue) = 72+30+35=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #481E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E23 is #B7E1DC. Grayscale: #2B2B2B. Windows color (decimal): -12050909 or 2301512. OLE color: 2301512.

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

Color convert

RGB 72 30 35 -
CMYK 0 0.58 0.51 0.72
HSL 352.86º 0.41% 0.2% -
HSV(B) 352.86º 0.58% 0.28% -
XYZ 3.44 2.43 1.88 -
YUV 43.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 72 30 35 0 0.58 0.51 0.72 352.86 0.41 0.2
Hex 48 1E 23 0 3A 33 48 161 29 14
Octal 110 36 43 0 72 63 110 541 51 24
Binary 1001000 11110 100011 0 111010 110011 1001000 101100001 101001 10100

Color Harmonies of #481E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E23

Black with #481E23

Text Example


Text Example

White with #481E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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