Html Css Color HEX #984359 Cadillac

📋 copy color: '#984359'

red 152 ◦ green 67 ◦ blue 89

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

Shades of Cadillac #984359

Tints of Cadillac #984359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.75%

 BLUE value IS 89 (35.16% from 255) = 28.9%

R = 49.35%
G = 21.75%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#984359 (or 0x984359) is known color: Cadillac. HEX triplet: 98, 43 and 59. RGB value is (152,67,89). Sum of RGB (Red+Green+Blue) = 152+67+89=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #984359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984359 is #67BCA6. Grayscale: #5E5E5E. Windows color (decimal): -6798503 or 5850008. OLE color: 5850008.

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

Color convert

RGB 152 67 89 -
CMYK 0 0.56 0.41 0.40
HSL 344.47º 0.39% 0.43% -
HSV(B) 344.47º 0.56% 0.6% -
XYZ 16.76 11.41 10.77 -
YUV 94.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 152 67 89 0 0.56 0.41 0.40 344.47 0.39 0.43
Hex 98 43 59 0 38 29 28 158 27 2B
Octal 230 103 131 0 70 51 50 530 47 53
Binary 10011000 1000011 1011001 0 111000 101001 101000 101011000 100111 101011

Color Harmonies of #984359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984359

Black with #984359

Text Example


Text Example

White with #984359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984359; }

 p { color: rgb(152,67,89); }

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

background-color css

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

 a { background-color: rgb(152,67,89); }

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

border-color css

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

 span { border-color: rgb(152,67,89); }

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