Html Css Color HEX #672431 Claret

📋 copy color: '#672431'

red 103 ◦ green 36 ◦ blue 49

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

Shades of Claret #672431

Tints of Claret #672431

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

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

R = 54.79%
G = 19.15%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#672431 (or 0x672431) is known color: Claret. HEX triplet: 67, 24 and 31. RGB value is (103,36,49). Sum of RGB (Red+Green+Blue) = 103+36+49=188 (24% of max value = 765). Red value is 103 (40.62% from 255 or 54.79% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 103 - color contains mainly: red. Hex color #672431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672431 is #98DBCE. Grayscale: #393939. Windows color (decimal): -10017743 or 3220583. OLE color: 3220583.

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

Color convert

RGB 103 36 49 -
CMYK 0 0.65 0.52 0.60
HSL 348.36º 0.48% 0.27% -
HSV(B) 348.36º 0.65% 0.4% -
XYZ 6.78 4.37 3.39 -
YUV 57.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 103 36 49 0 0.65 0.52 0.60 348.36 0.48 0.27
Hex 67 24 31 0 41 34 3C 15C 30 1B
Octal 147 44 61 0 101 64 74 534 60 33
Binary 1100111 100100 110001 0 1000001 110100 111100 101011100 110000 11011

Color Harmonies of #672431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672431

Black with #672431

Text Example


Text Example

White with #672431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672431; }

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

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

background-color css

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

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

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

border-color css

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

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

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