Html Css Color HEX #4B1F1B Caput Mortuum

📋 copy color: '#4B1F1B'

red 75 ◦ green 31 ◦ blue 27

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

Shades of Caput Mortuum #4B1F1B

Tints of Caput Mortuum #4B1F1B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.31%

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

R = 56.39%
G = 23.31%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#4B1F1B (or 0x4B1F1B) is known color: Caput Mortuum. HEX triplet: 4B, 1F and 1B. RGB value is (75,31,27). Sum of RGB (Red+Green+Blue) = 75+31+27=133 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.39% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1F1B is #B4E0E4. Grayscale: #2B2B2B. Windows color (decimal): -11854053 or 1777483. OLE color: 1777483.

HSL color Cylindrical-coordinate representation of color #4B1F1B: hue angle of 5º 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 #4B1F1B is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 31 27 -
CMYK 0 0.59 0.64 0.71
HSL 0.47% 0.2% -
HSV(B) 0.64% 0.29% -
XYZ 3.59 2.55 1.34 -
YUV 43.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 75 31 27 0 0.59 0.64 0.71 5 0.47 0.2
Hex 4B 1F 1B 0 3B 40 47 5 2F 14
Octal 113 37 33 0 73 100 107 5 57 24
Binary 1001011 11111 11011 0 111011 1000000 1000111 101 101111 10100

Color Harmonies of #4B1F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1F1B

Black with #4B1F1B

Text Example


Text Example

White with #4B1F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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