Html Css Color HEX #8B425E Cadillac

📋 copy color: '#8B425E'

red 139 ◦ green 66 ◦ blue 94

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

Shades of Cadillac #8B425E

Tints of Cadillac #8B425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 46.49%
G = 22.07%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B425E (or 0x8B425E) is known color: Cadillac. HEX triplet: 8B, 42 and 5E. RGB value is (139,66,94). Sum of RGB (Red+Green+Blue) = 139+66+94=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B425E is #74BDA1. Grayscale: #5A5A5A. Windows color (decimal): -7650722 or 6177419. OLE color: 6177419.

HSL color Cylindrical-coordinate representation of color #8B425E: hue angle of 336.99º 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 #8B425E is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 66 94 -
CMYK 0 0.53 0.32 0.45
HSL 336.99º 0.36% 0.4% -
HSV(B) 336.99º 0.53% 0.55% -
XYZ 14.62 10.19 11.79 -
YUV 91.02 129.68 162.22 -
System Red Green Blue C M Y K H S L
Decimal 139 66 94 0 0.53 0.32 0.45 336.99 0.36 0.4
Hex 8B 42 5E 0 35 20 2D 151 24 28
Octal 213 102 136 0 65 40 55 521 44 50
Binary 10001011 1000010 1011110 0 110101 100000 101101 101010001 100100 101000

Color Harmonies of #8B425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B425E

Black with #8B425E

Text Example


Text Example

White with #8B425E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,66,94); }

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

background-color css

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

 a { background-color: rgb(139,66,94); }

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

border-color css

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

 span { border-color: rgb(139,66,94); }

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