Html Css Color HEX #964B5B Cadillac

📋 copy color: '#964B5B'

red 150 ◦ green 75 ◦ blue 91

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

Shades of Cadillac #964B5B

Tints of Cadillac #964B5B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.73%

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

R = 47.47%
G = 23.73%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#964B5B (or 0x964B5B) is known color: Cadillac. HEX triplet: 96, 4B and 5B. RGB value is (150,75,91). Sum of RGB (Red+Green+Blue) = 150+75+91=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #964B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B5B is #69B4A4. Grayscale: #636363. Windows color (decimal): -6927525 or 5983126. OLE color: 5983126.

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

Color convert

RGB 150 75 91 -
CMYK 0 0.5 0.39 0.41
HSL 347.2º 0.33% 0.44% -
HSV(B) 347.2º 0.5% 0.59% -
XYZ 16.98 12.27 11.37 -
YUV 99.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 150 75 91 0 0.5 0.39 0.41 347.2 0.33 0.44
Hex 96 4B 5B 0 32 27 29 15B 21 2C
Octal 226 113 133 0 62 47 51 533 41 54
Binary 10010110 1001011 1011011 0 110010 100111 101001 101011011 100001 101100

Color Harmonies of #964B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964B5B

Black with #964B5B

Text Example


Text Example

White with #964B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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