Html Css Color HEX #88405B Cadillac

📋 copy color: '#88405B'

red 136 ◦ green 64 ◦ blue 91

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

Shades of Cadillac #88405B

Tints of Cadillac #88405B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

 BLUE value IS 91 (35.94% from 255) = 31.27%

R = 46.74%
G = 21.99%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#88405B (or 0x88405B) is known color: Cadillac. HEX triplet: 88, 40 and 5B. RGB value is (136,64,91). Sum of RGB (Red+Green+Blue) = 136+64+91=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #88405B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88405B is #77BFA4. Grayscale: #585858. Windows color (decimal): -7847845 or 5980296. OLE color: 5980296.

HSL color Cylindrical-coordinate representation of color #88405B: hue angle of 337.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #88405B is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 64 91 -
CMYK 0 0.53 0.33 0.47
HSL 337.5º 0.36% 0.39% -
HSV(B) 337.5º 0.53% 0.53% -
XYZ 13.88 9.66 11.03 -
YUV 88.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 136 64 91 0 0.53 0.33 0.47 337.5 0.36 0.39
Hex 88 40 5B 0 35 21 2F 152 24 27
Octal 210 100 133 0 65 41 57 522 44 47
Binary 10001000 1000000 1011011 0 110101 100001 101111 101010010 100100 100111

Color Harmonies of #88405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88405B

Black with #88405B

Text Example


Text Example

White with #88405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88405B; }

 p { color: rgb(136,64,91); }

 H1.HeaderClassName
 {
   color: #88405B;
 }
 .AnyTagClassName
 {
   color: #88405B;
 }
</style>

background-color css

<style>
 a { background-color: #88405B; }

 a { background-color: rgb(136,64,91); }

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

border-color css

<style>
 span { border-color: #88405B; }

 span { border-color: rgb(136,64,91); }

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