Html Css Color HEX #4B221F Caput Mortuum

📋 copy color: '#4B221F'

red 75 ◦ green 34 ◦ blue 31

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

Shades of Caput Mortuum #4B221F

Tints of Caput Mortuum #4B221F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.14%

R = 53.57%
G = 24.29%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#4B221F (or 0x4B221F) is known color: Caput Mortuum. HEX triplet: 4B, 22 and 1F. RGB value is (75,34,31). Sum of RGB (Red+Green+Blue) = 75+34+31=140 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.57% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 75 - color contains mainly: red. Hex color #4B221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B221F is #B4DDE0. Grayscale: #2D2D2D. Windows color (decimal): -11853281 or 2040395. OLE color: 2040395.

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

Color convert

RGB 75 34 31 -
CMYK 0 0.55 0.59 0.71
HSL 4.09º 0.42% 0.21% -
HSV(B) 4.09º 0.59% 0.29% -
XYZ 3.72 2.74 1.63 -
YUV 45.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 75 34 31 0 0.55 0.59 0.71 4.09 0.42 0.21
Hex 4B 22 1F 0 37 3B 47 4 2A 15
Octal 113 42 37 0 67 73 107 4 52 25
Binary 1001011 100010 11111 0 110111 111011 1000111 100 101010 10101

Color Harmonies of #4B221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B221F

Black with #4B221F

Text Example


Text Example

White with #4B221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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