Html Css Color HEX #4B201A Caput Mortuum

📋 copy color: '#4B201A'

red 75 ◦ green 32 ◦ blue 26

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

Shades of Caput Mortuum #4B201A

Tints of Caput Mortuum #4B201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.55%

R = 56.39%
G = 24.06%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#4B201A (or 0x4B201A) is known color: Caput Mortuum. HEX triplet: 4B, 20 and 1A. RGB value is (75,32,26). Sum of RGB (Red+Green+Blue) = 75+32+26=133 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.39% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 75 - color contains mainly: red. Hex color #4B201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B201A is #B4DFE5. Grayscale: #2C2C2C. Windows color (decimal): -11853798 or 1712203. OLE color: 1712203.

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

Color convert

RGB 75 32 26 -
CMYK 0 0.57 0.65 0.71
HSL 7.35º 0.49% 0.2% -
HSV(B) 7.35º 0.65% 0.29% -
XYZ 3.6 2.6 1.29 -
YUV 44.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 75 32 26 0 0.57 0.65 0.71 7.35 0.49 0.2
Hex 4B 20 1A 0 39 41 47 7 31 14
Octal 113 40 32 0 71 101 107 7 61 24
Binary 1001011 100000 11010 0 111001 1000001 1000111 111 110001 10100

Color Harmonies of #4B201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B201A

Black with #4B201A

Text Example


Text Example

White with #4B201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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