Html Css Color HEX #8B4157 Cadillac

📋 copy color: '#8B4157'

red 139 ◦ green 65 ◦ blue 87

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

Shades of Cadillac #8B4157

Tints of Cadillac #8B4157

RGB

 RED value IS 139 (54.69% from 255) = 47.77%

 GREEN value IS 65 (25.78% from 255) = 22.34%

 BLUE value IS 87 (34.38% from 255) = 29.9%

R = 47.77%
G = 22.34%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8B4157 (or 0x8B4157) is known color: Cadillac. HEX triplet: 8B, 41 and 57. RGB value is (139,65,87). Sum of RGB (Red+Green+Blue) = 139+65+87=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4157 is #74BEA8. Grayscale: #595959. Windows color (decimal): -7650985 or 5718411. OLE color: 5718411.

HSL color Cylindrical-coordinate representation of color #8B4157: hue angle of 342.16º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4157 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 65 87 -
CMYK 0 0.53 0.37 0.45
HSL 342.16º 0.36% 0.4% -
HSV(B) 342.16º 0.53% 0.55% -
XYZ 14.26 9.96 10.19 -
YUV 89.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 139 65 87 0 0.53 0.37 0.45 342.16 0.36 0.4
Hex 8B 41 57 0 35 25 2D 156 24 28
Octal 213 101 127 0 65 45 55 526 44 50
Binary 10001011 1000001 1010111 0 110101 100101 101101 101010110 100100 101000

Color Harmonies of #8B4157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4157

Black with #8B4157

Text Example


Text Example

White with #8B4157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B4157; }

 p { color: rgb(139,65,87); }

 H1.HeaderClassName
 {
   color: #8B4157;
 }
 .AnyTagClassName
 {
   color: #8B4157;
 }
</style>

background-color css

<style>
 a { background-color: #8B4157; }

 a { background-color: rgb(139,65,87); }

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

border-color css

<style>
 span { border-color: #8B4157; }

 span { border-color: rgb(139,65,87); }

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