Html Css Color HEX #673135 Jazz

📋 copy color: '#673135'

red 103 ◦ green 49 ◦ blue 53

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

Shades of Jazz #673135

Tints of Jazz #673135

RGB

 RED value IS 103 (40.63% from 255) = 50.24%

 GREEN value IS 49 (19.53% from 255) = 23.9%

 BLUE value IS 53 (21.09% from 255) = 25.85%

R = 50.24%
G = 23.9%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#673135 (or 0x673135) is known color: Jazz. HEX triplet: 67, 31 and 35. RGB value is (103,49,53). Sum of RGB (Red+Green+Blue) = 103+49+53=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #673135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673135 is #98CECA. Grayscale: #414141. Windows color (decimal): -10014411 or 3486055. OLE color: 3486055.

HSL color Cylindrical-coordinate representation of color #673135: hue angle of 355.56º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #673135 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 49 53 -
CMYK 0 0.52 0.49 0.60
HSL 355.56º 0.36% 0.3% -
HSV(B) 355.56º 0.52% 0.4% -
XYZ 7.33 5.34 4.01 -
YUV 65.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 103 49 53 0 0.52 0.49 0.60 355.56 0.36 0.3
Hex 67 31 35 0 34 31 3C 164 24 1E
Octal 147 61 65 0 64 61 74 544 44 36
Binary 1100111 110001 110101 0 110100 110001 111100 101100100 100100 11110

Color Harmonies of #673135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673135

Black with #673135

Text Example


Text Example

White with #673135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673135; }

 p { color: rgb(103,49,53); }

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

background-color css

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

 a { background-color: rgb(103,49,53); }

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

border-color css

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

 span { border-color: rgb(103,49,53); }

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