Html Css Color HEX #4B241B Caput Mortuum

📋 copy color: '#4B241B'

red 75 ◦ green 36 ◦ blue 27

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

Shades of Caput Mortuum #4B241B

Tints of Caput Mortuum #4B241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.09%

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

R = 54.35%
G = 26.09%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#4B241B (or 0x4B241B) is known color: Caput Mortuum. HEX triplet: 4B, 24 and 1B. RGB value is (75,36,27). Sum of RGB (Red+Green+Blue) = 75+36+27=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B241B is #B4DBE4. Grayscale: #2E2E2E. Windows color (decimal): -11852773 or 1778763. OLE color: 1778763.

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

Color convert

RGB 75 36 27 -
CMYK 0 0.52 0.64 0.71
HSL 11.25º 0.47% 0.2% -
HSV(B) 11.25º 0.64% 0.29% -
XYZ 3.73 2.84 1.39 -
YUV 46.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 75 36 27 0 0.52 0.64 0.71 11.25 0.47 0.2
Hex 4B 24 1B 0 34 40 47 B 2F 14
Octal 113 44 33 0 64 100 107 13 57 24
Binary 1001011 100100 11011 0 110100 1000000 1000111 1011 101111 10100

Color Harmonies of #4B241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B241B

Black with #4B241B

Text Example


Text Example

White with #4B241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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