Html Css Color HEX #4B1822 Bordeaux

📋 copy color: '#4B1822'

red 75 ◦ green 24 ◦ blue 34

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

Shades of Bordeaux #4B1822

Tints of Bordeaux #4B1822

RGB

 RED value IS 75 (29.69% from 255) = 56.39%

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

 BLUE value IS 34 (13.67% from 255) = 25.56%

R = 56.39%
G = 18.05%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#4B1822 (or 0x4B1822) is known color: Bordeaux. HEX triplet: 4B, 18 and 22. RGB value is (75,24,34). Sum of RGB (Red+Green+Blue) = 75+24+34=133 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.39% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1822 is #B4E7DD. Grayscale: #282828. Windows color (decimal): -11855838 or 2234443. OLE color: 2234443.

HSL color Cylindrical-coordinate representation of color #4B1822: hue angle of 348.24º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B1822 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 24 34 -
CMYK 0 0.68 0.55 0.71
HSL 348.24º 0.52% 0.19% -
HSV(B) 348.24º 0.68% 0.29% -
XYZ 3.52 2.26 1.77 -
YUV 40.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 75 24 34 0 0.68 0.55 0.71 348.24 0.52 0.19
Hex 4B 18 22 0 44 37 47 15C 34 13
Octal 113 30 42 0 104 67 107 534 64 23
Binary 1001011 11000 100010 0 1000100 110111 1000111 101011100 110100 10011

Color Harmonies of #4B1822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1822

Black with #4B1822

Text Example


Text Example

White with #4B1822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B1822; }

 p { color: rgb(75,24,34); }

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

background-color css

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

 a { background-color: rgb(75,24,34); }

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

border-color css

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

 span { border-color: rgb(75,24,34); }

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