Html Css Color HEX #672331 Claret

📋 copy color: '#672331'

red 103 ◦ green 35 ◦ blue 49

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

Shades of Claret #672331

Tints of Claret #672331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.72%

 BLUE value IS 49 (19.53% from 255) = 26.2%

R = 55.08%
G = 18.72%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#672331 (or 0x672331) is known color: Claret. HEX triplet: 67, 23 and 31. RGB value is (103,35,49). Sum of RGB (Red+Green+Blue) = 103+35+49=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #672331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672331 is #98DCCE. Grayscale: #383838. Windows color (decimal): -10017999 or 3220327. OLE color: 3220327.

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

Color convert

RGB 103 35 49 -
CMYK 0 0.66 0.52 0.60
HSL 347.65º 0.49% 0.27% -
HSV(B) 347.65º 0.66% 0.4% -
XYZ 6.75 4.31 3.38 -
YUV 56.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 103 35 49 0 0.66 0.52 0.60 347.65 0.49 0.27
Hex 67 23 31 0 42 34 3C 15C 31 1B
Octal 147 43 61 0 102 64 74 534 61 33
Binary 1100111 100011 110001 0 1000010 110100 111100 101011100 110001 11011

Color Harmonies of #672331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672331

Black with #672331

Text Example


Text Example

White with #672331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672331; }

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

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

background-color css

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

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

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

border-color css

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

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

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