Html Css Color HEX #672230 Claret

📋 copy color: '#672230'

red 103 ◦ green 34 ◦ blue 48

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

Shades of Claret #672230

Tints of Claret #672230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.95%

R = 55.68%
G = 18.38%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#672230 (or 0x672230) is known color: Claret. HEX triplet: 67, 22 and 30. RGB value is (103,34,48). Sum of RGB (Red+Green+Blue) = 103+34+48=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #672230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672230 is #98DDCF. Grayscale: #383838. Windows color (decimal): -10018256 or 3154535. OLE color: 3154535.

HSL color Cylindrical-coordinate representation of color #672230: hue angle of 347.83º 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 #672230 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 34 48 -
CMYK 0 0.67 0.53 0.60
HSL 347.83º 0.5% 0.27% -
HSV(B) 347.83º 0.67% 0.4% -
XYZ 6.7 4.24 3.26 -
YUV 56.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 103 34 48 0 0.67 0.53 0.60 347.83 0.5 0.27
Hex 67 22 30 0 43 35 3C 15C 32 1B
Octal 147 42 60 0 103 65 74 534 62 33
Binary 1100111 100010 110000 0 1000011 110101 111100 101011100 110010 11011

Color Harmonies of #672230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672230

Black with #672230

Text Example


Text Example

White with #672230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672230; }

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

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

background-color css

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

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

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

border-color css

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

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

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