Html Css Color HEX #481423 Bordeaux

📋 copy color: '#481423'

red 72 ◦ green 20 ◦ blue 35

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

Shades of Bordeaux #481423

Tints of Bordeaux #481423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.75%

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

R = 56.69%
G = 15.75%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#481423 (or 0x481423) is known color: Bordeaux. HEX triplet: 48, 14 and 23. RGB value is (72,20,35). Sum of RGB (Red+Green+Blue) = 72+20+35=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481423 is #B7EBDC. Grayscale: #252525. Windows color (decimal): -12053469 or 2298952. OLE color: 2298952.

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

Color convert

RGB 72 20 35 -
CMYK 0 0.72 0.51 0.72
HSL 342.69º 0.57% 0.18% -
HSV(B) 342.69º 0.72% 0.28% -
XYZ 3.23 2 1.81 -
YUV 37.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 72 20 35 0 0.72 0.51 0.72 342.69 0.57 0.18
Hex 48 14 23 0 48 33 48 157 39 12
Octal 110 24 43 0 110 63 110 527 71 22
Binary 1001000 10100 100011 0 1001000 110011 1001000 101010111 111001 10010

Color Harmonies of #481423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481423

Black with #481423

Text Example


Text Example

White with #481423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481423; }

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

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

background-color css

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

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

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

border-color css

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

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

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