Html Css Color HEX #672D34 Jazz

📋 copy color: '#672D34'

red 103 ◦ green 45 ◦ blue 52

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

Shades of Jazz #672D34

Tints of Jazz #672D34

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.5%

 BLUE value IS 52 (20.7% from 255) = 26%

R = 51.5%
G = 22.5%
B = 26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#672D34 (or 0x672D34) is known color: Jazz. HEX triplet: 67, 2D and 34. RGB value is (103,45,52). Sum of RGB (Red+Green+Blue) = 103+45+52=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #672D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672D34 is #98D2CB. Grayscale: #3F3F3F. Windows color (decimal): -10015436 or 3419495. OLE color: 3419495.

HSL color Cylindrical-coordinate representation of color #672D34: hue angle of 352.76º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #672D34 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 45 52 -
CMYK 0 0.56 0.50 0.60
HSL 352.76º 0.39% 0.29% -
HSV(B) 352.76º 0.56% 0.4% -
XYZ 7.15 5.01 3.84 -
YUV 63.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 103 45 52 0 0.56 0.50 0.60 352.76 0.39 0.29
Hex 67 2D 34 0 38 32 3C 161 27 1D
Octal 147 55 64 0 70 62 74 541 47 35
Binary 1100111 101101 110100 0 111000 110010 111100 101100001 100111 11101

Color Harmonies of #672D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672D34

Black with #672D34

Text Example


Text Example

White with #672D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672D34; }

 p { color: rgb(103,45,52); }

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

background-color css

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

 a { background-color: rgb(103,45,52); }

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

border-color css

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

 span { border-color: rgb(103,45,52); }

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