Html Css Color HEX #98415A Cadillac

📋 copy color: '#98415A'

red 152 ◦ green 65 ◦ blue 90

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

Shades of Cadillac #98415A

Tints of Cadillac #98415A

RGB

 RED value IS 152 (59.77% from 255) = 49.51%

 GREEN value IS 65 (25.78% from 255) = 21.17%

 BLUE value IS 90 (35.55% from 255) = 29.32%

R = 49.51%
G = 21.17%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#98415A (or 0x98415A) is known color: Cadillac. HEX triplet: 98, 41 and 5A. RGB value is (152,65,90). Sum of RGB (Red+Green+Blue) = 152+65+90=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #98415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98415A is #67BEA5. Grayscale: #5D5D5D. Windows color (decimal): -6799014 or 5915032. OLE color: 5915032.

HSL color Cylindrical-coordinate representation of color #98415A: hue angle of 342.76º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98415A is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 65 90 -
CMYK 0 0.57 0.41 0.40
HSL 342.76º 0.4% 0.43% -
HSV(B) 342.76º 0.57% 0.6% -
XYZ 16.68 11.19 10.95 -
YUV 93.86 125.82 169.47 -
System Red Green Blue C M Y K H S L
Decimal 152 65 90 0 0.57 0.41 0.40 342.76 0.4 0.43
Hex 98 41 5A 0 39 29 28 157 28 2B
Octal 230 101 132 0 71 51 50 527 50 53
Binary 10011000 1000001 1011010 0 111001 101001 101000 101010111 101000 101011

Color Harmonies of #98415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98415A

Black with #98415A

Text Example


Text Example

White with #98415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98415A; }

 p { color: rgb(152,65,90); }

 H1.HeaderClassName
 {
   color: #98415A;
 }
 .AnyTagClassName
 {
   color: #98415A;
 }
</style>

background-color css

<style>
 a { background-color: #98415A; }

 a { background-color: rgb(152,65,90); }

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

border-color css

<style>
 span { border-color: #98415A; }

 span { border-color: rgb(152,65,90); }

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