Html Css Color HEX #9B425D Cadillac

📋 copy color: '#9B425D'

red 155 ◦ green 66 ◦ blue 93

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

Shades of Cadillac #9B425D

Tints of Cadillac #9B425D

RGB

 RED value IS 155 (60.94% from 255) = 49.36%

 GREEN value IS 66 (26.17% from 255) = 21.02%

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

R = 49.36%
G = 21.02%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B425D (or 0x9B425D) is known color: Cadillac. HEX triplet: 9B, 42 and 5D. RGB value is (155,66,93). Sum of RGB (Red+Green+Blue) = 155+66+93=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B425D is #64BDA2. Grayscale: #5F5F5F. Windows color (decimal): -6602147 or 6111899. OLE color: 6111899.

HSL color Cylindrical-coordinate representation of color #9B425D: hue angle of 341.8º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B425D is Cyan = 0, Magento = 0.57, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 66 93 -
CMYK 0 0.57 0.4 0.39
HSL 341.8º 0.4% 0.43% -
HSV(B) 341.8º 0.57% 0.61% -
XYZ 17.44 11.66 11.69 -
YUV 95.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 155 66 93 0 0.57 0.4 0.39 341.8 0.4 0.43
Hex 9B 42 5D 0 39 28 27 156 28 2B
Octal 233 102 135 0 71 50 47 526 50 53
Binary 10011011 1000010 1011101 0 111001 101000 100111 101010110 101000 101011

Color Harmonies of #9B425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B425D

Black with #9B425D

Text Example


Text Example

White with #9B425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B425D; }

 p { color: rgb(155,66,93); }

 H1.HeaderClassName
 {
   color: #9B425D;
 }
 .AnyTagClassName
 {
   color: #9B425D;
 }
</style>

background-color css

<style>
 a { background-color: #9B425D; }

 a { background-color: rgb(155,66,93); }

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

border-color css

<style>
 span { border-color: #9B425D; }

 span { border-color: rgb(155,66,93); }

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