Html Css Color HEX #4B2221 Caput Mortuum

📋 copy color: '#4B2221'

red 75 ◦ green 34 ◦ blue 33

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

Shades of Caput Mortuum #4B2221

Tints of Caput Mortuum #4B2221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.94%

 BLUE value IS 33 (13.28% from 255) = 23.24%

R = 52.82%
G = 23.94%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#4B2221 (or 0x4B2221) is known color: Caput Mortuum. HEX triplet: 4B, 22 and 21. RGB value is (75,34,33). Sum of RGB (Red+Green+Blue) = 75+34+33=142 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.82% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2221 is #B4DDDE. Grayscale: #2E2E2E. Windows color (decimal): -11853279 or 2171467. OLE color: 2171467.

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

Color convert

RGB 75 34 33 -
CMYK 0 0.55 0.56 0.71
HSL 1.43º 0.39% 0.21% -
HSV(B) 1.43º 0.56% 0.29% -
XYZ 3.75 2.75 1.77 -
YUV 46.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 75 34 33 0 0.55 0.56 0.71 1.43 0.39 0.21
Hex 4B 22 21 0 37 38 47 1 27 15
Octal 113 42 41 0 67 70 107 1 47 25
Binary 1001011 100010 100001 0 110111 111000 1000111 1 100111 10101

Color Harmonies of #4B2221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2221

Black with #4B2221

Text Example


Text Example

White with #4B2221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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