Html Css Color HEX #4B231C Caput Mortuum

📋 copy color: '#4B231C'

red 75 ◦ green 35 ◦ blue 28

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

Shades of Caput Mortuum #4B231C

Tints of Caput Mortuum #4B231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.36%

 BLUE value IS 28 (11.33% from 255) = 20.29%

R = 54.35%
G = 25.36%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#4B231C (or 0x4B231C) is known color: Caput Mortuum. HEX triplet: 4B, 23 and 1C. RGB value is (75,35,28). Sum of RGB (Red+Green+Blue) = 75+35+28=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B231C is #B4DCE3. Grayscale: #2E2E2E. Windows color (decimal): -11853028 or 1844043. OLE color: 1844043.

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

Color convert

RGB 75 35 28 -
CMYK 0 0.53 0.63 0.71
HSL 8.94º 0.46% 0.2% -
HSV(B) 8.94º 0.63% 0.29% -
XYZ 3.71 2.78 1.44 -
YUV 46.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 75 35 28 0 0.53 0.63 0.71 8.94 0.46 0.2
Hex 4B 23 1C 0 35 3F 47 9 2E 14
Octal 113 43 34 0 65 77 107 11 56 24
Binary 1001011 100011 11100 0 110101 111111 1000111 1001 101110 10100

Color Harmonies of #4B231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B231C

Black with #4B231C

Text Example


Text Example

White with #4B231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,35,28); }

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

background-color css

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

 a { background-color: rgb(75,35,28); }

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

border-color css

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

 span { border-color: rgb(75,35,28); }

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