Html Css Color HEX #963D5D Cadillac

📋 copy color: '#963D5D'

red 150 ◦ green 61 ◦ blue 93

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

Shades of Cadillac #963D5D

Tints of Cadillac #963D5D

RGB

 RED value IS 150 (58.98% from 255) = 49.34%

 GREEN value IS 61 (24.22% from 255) = 20.07%

 BLUE value IS 93 (36.72% from 255) = 30.59%

R = 49.34%
G = 20.07%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#963D5D (or 0x963D5D) is known color: Cadillac. HEX triplet: 96, 3D and 5D. RGB value is (150,61,93). Sum of RGB (Red+Green+Blue) = 150+61+93=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #963D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963D5D is #69C2A2. Grayscale: #5B5B5B. Windows color (decimal): -6931107 or 6110614. OLE color: 6110614.

HSL color Cylindrical-coordinate representation of color #963D5D: hue angle of 338.43º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #963D5D is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 61 93 -
CMYK 0 0.59 0.38 0.41
HSL 338.43º 0.42% 0.41% -
HSV(B) 338.43º 0.59% 0.59% -
XYZ 16.22 10.61 11.55 -
YUV 91.26 128.99 169.9 -
System Red Green Blue C M Y K H S L
Decimal 150 61 93 0 0.59 0.38 0.41 338.43 0.42 0.41
Hex 96 3D 5D 0 3B 26 29 152 2A 29
Octal 226 75 135 0 73 46 51 522 52 51
Binary 10010110 111101 1011101 0 111011 100110 101001 101010010 101010 101001

Color Harmonies of #963D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963D5D

Black with #963D5D

Text Example


Text Example

White with #963D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963D5D; }

 p { color: rgb(150,61,93); }

 H1.HeaderClassName
 {
   color: #963D5D;
 }
 .AnyTagClassName
 {
   color: #963D5D;
 }
</style>

background-color css

<style>
 a { background-color: #963D5D; }

 a { background-color: rgb(150,61,93); }

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

border-color css

<style>
 span { border-color: #963D5D; }

 span { border-color: rgb(150,61,93); }

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