Html Css Color HEX #4B201B Caput Mortuum

📋 copy color: '#4B201B'

red 75 ◦ green 32 ◦ blue 27

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

Shades of Caput Mortuum #4B201B

Tints of Caput Mortuum #4B201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.88%

 BLUE value IS 27 (10.94% from 255) = 20.15%

R = 55.97%
G = 23.88%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#4B201B (or 0x4B201B) is known color: Caput Mortuum. HEX triplet: 4B, 20 and 1B. RGB value is (75,32,27). Sum of RGB (Red+Green+Blue) = 75+32+27=134 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.97% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 75 - color contains mainly: red. Hex color #4B201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B201B is #B4DFE4. Grayscale: #2C2C2C. Windows color (decimal): -11853797 or 1777739. OLE color: 1777739.

HSL color Cylindrical-coordinate representation of color #4B201B: hue angle of 6.25º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B201B is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 32 27 -
CMYK 0 0.57 0.64 0.71
HSL 6.25º 0.47% 0.2% -
HSV(B) 6.25º 0.64% 0.29% -
XYZ 3.62 2.61 1.35 -
YUV 44.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 75 32 27 0 0.57 0.64 0.71 6.25 0.47 0.2
Hex 4B 20 1B 0 39 40 47 6 2F 14
Octal 113 40 33 0 71 100 107 6 57 24
Binary 1001011 100000 11011 0 111001 1000000 1000111 110 101111 10100

Color Harmonies of #4B201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B201B

Black with #4B201B

Text Example


Text Example

White with #4B201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,32,27); }

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

background-color css

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

 a { background-color: rgb(75,32,27); }

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

border-color css

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

 span { border-color: rgb(75,32,27); }

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