Html Css Color HEX #963B5B Cadillac

📋 copy color: '#963B5B'

red 150 ◦ green 59 ◦ blue 91

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

Shades of Cadillac #963B5B

Tints of Cadillac #963B5B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.67%

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

R = 50%
G = 19.67%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#963B5B (or 0x963B5B) is known color: Cadillac. HEX triplet: 96, 3B and 5B. RGB value is (150,59,91). Sum of RGB (Red+Green+Blue) = 150+59+91=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #963B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963B5B is #69C4A4. Grayscale: #595959. Windows color (decimal): -6931621 or 5979030. OLE color: 5979030.

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

Color convert

RGB 150 59 91 -
CMYK 0 0.61 0.39 0.41
HSL 338.9º 0.44% 0.41% -
HSV(B) 338.9º 0.61% 0.59% -
XYZ 16.03 10.37 11.05 -
YUV 89.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 150 59 91 0 0.61 0.39 0.41 338.9 0.44 0.41
Hex 96 3B 5B 0 3D 27 29 153 2C 29
Octal 226 73 133 0 75 47 51 523 54 51
Binary 10010110 111011 1011011 0 111101 100111 101001 101010011 101100 101001

Color Harmonies of #963B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963B5B

Black with #963B5B

Text Example


Text Example

White with #963B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,59,91); }

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

background-color css

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

 a { background-color: rgb(150,59,91); }

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

border-color css

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

 span { border-color: rgb(150,59,91); }

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