Html Css Color HEX #672231 Claret

📋 copy color: '#672231'

red 103 ◦ green 34 ◦ blue 49

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

Shades of Claret #672231

Tints of Claret #672231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.28%

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

R = 55.38%
G = 18.28%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#672231 (or 0x672231) is known color: Claret. HEX triplet: 67, 22 and 31. RGB value is (103,34,49). Sum of RGB (Red+Green+Blue) = 103+34+49=186 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.38% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 103 - color contains mainly: red. Hex color #672231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672231 is #98DDCE. Grayscale: #383838. Windows color (decimal): -10018255 or 3220071. OLE color: 3220071.

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

Color convert

RGB 103 34 49 -
CMYK 0 0.67 0.52 0.60
HSL 346.96º 0.5% 0.27% -
HSV(B) 346.96º 0.67% 0.4% -
XYZ 6.72 4.25 3.37 -
YUV 56.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 103 34 49 0 0.67 0.52 0.60 346.96 0.5 0.27
Hex 67 22 31 0 43 34 3C 15B 32 1B
Octal 147 42 61 0 103 64 74 533 62 33
Binary 1100111 100010 110001 0 1000011 110100 111100 101011011 110010 11011

Color Harmonies of #672231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672231

Black with #672231

Text Example


Text Example

White with #672231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672231; }

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

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

background-color css

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

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

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

border-color css

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

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

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