Html Css Color HEX #481827 Bordeaux

📋 copy color: '#481827'

red 72 ◦ green 24 ◦ blue 39

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

Shades of Bordeaux #481827

Tints of Bordeaux #481827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.78%

 BLUE value IS 39 (15.63% from 255) = 28.89%

R = 53.33%
G = 17.78%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#481827 (or 0x481827) is known color: Bordeaux. HEX triplet: 48, 18 and 27. RGB value is (72,24,39). Sum of RGB (Red+Green+Blue) = 72+24+39=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #481827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481827 is #B7E7D8. Grayscale: #282828. Windows color (decimal): -12052441 or 2562120. OLE color: 2562120.

HSL color Cylindrical-coordinate representation of color #481827: hue angle of 341.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481827 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 24 39 -
CMYK 0 0.67 0.46 0.72
HSL 341.25º 0.5% 0.19% -
HSV(B) 341.25º 0.67% 0.28% -
XYZ 3.37 2.18 2.16 -
YUV 40.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 72 24 39 0 0.67 0.46 0.72 341.25 0.5 0.19
Hex 48 18 27 0 43 2E 48 155 32 13
Octal 110 30 47 0 103 56 110 525 62 23
Binary 1001000 11000 100111 0 1000011 101110 1001000 101010101 110010 10011

Color Harmonies of #481827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481827

Black with #481827

Text Example


Text Example

White with #481827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481827; }

 p { color: rgb(72,24,39); }

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

background-color css

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

 a { background-color: rgb(72,24,39); }

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

border-color css

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

 span { border-color: rgb(72,24,39); }

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