Html Css Color HEX #88415C Cadillac

📋 copy color: '#88415C'

red 136 ◦ green 65 ◦ blue 92

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

Shades of Cadillac #88415C

Tints of Cadillac #88415C

RGB

 RED value IS 136 (53.52% from 255) = 46.42%

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

 BLUE value IS 92 (36.33% from 255) = 31.4%

R = 46.42%
G = 22.18%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88415C (or 0x88415C) is known color: Cadillac. HEX triplet: 88, 41 and 5C. RGB value is (136,65,92). Sum of RGB (Red+Green+Blue) = 136+65+92=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #88415C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88415C is #77BEA3. Grayscale: #595959. Windows color (decimal): -7847588 or 6046088. OLE color: 6046088.

HSL color Cylindrical-coordinate representation of color #88415C: hue angle of 337.18º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #88415C is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 65 92 -
CMYK 0 0.52 0.32 0.47
HSL 337.18º 0.35% 0.39% -
HSV(B) 337.18º 0.52% 0.53% -
XYZ 13.98 9.79 11.28 -
YUV 89.31 129.52 161.3 -
System Red Green Blue C M Y K H S L
Decimal 136 65 92 0 0.52 0.32 0.47 337.18 0.35 0.39
Hex 88 41 5C 0 34 20 2F 151 23 27
Octal 210 101 134 0 64 40 57 521 43 47
Binary 10001000 1000001 1011100 0 110100 100000 101111 101010001 100011 100111

Color Harmonies of #88415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88415C

Black with #88415C

Text Example


Text Example

White with #88415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88415C; }

 p { color: rgb(136,65,92); }

 H1.HeaderClassName
 {
   color: #88415C;
 }
 .AnyTagClassName
 {
   color: #88415C;
 }
</style>

background-color css

<style>
 a { background-color: #88415C; }

 a { background-color: rgb(136,65,92); }

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

border-color css

<style>
 span { border-color: #88415C; }

 span { border-color: rgb(136,65,92); }

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