Html Css Color HEX #68222F Claret

📋 copy color: '#68222F'

red 104 ◦ green 34 ◦ blue 47

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

Shades of Claret #68222F

Tints of Claret #68222F

RGB

 RED value IS 104 (41.02% from 255) = 56.22%

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

 BLUE value IS 47 (18.75% from 255) = 25.41%

R = 56.22%
G = 18.38%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#68222F (or 0x68222F) is known color: Claret. HEX triplet: 68, 22 and 2F. RGB value is (104,34,47). Sum of RGB (Red+Green+Blue) = 104+34+47=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68222F is #97DDD0. Grayscale: #383838. Windows color (decimal): -9952721 or 3089000. OLE color: 3089000.

HSL color Cylindrical-coordinate representation of color #68222F: hue angle of 348.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68222F is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 34 47 -
CMYK 0 0.67 0.55 0.59
HSL 348.86º 0.51% 0.27% -
HSV(B) 348.86º 0.67% 0.41% -
XYZ 6.79 4.29 3.16 -
YUV 56.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 104 34 47 0 0.67 0.55 0.59 348.86 0.51 0.27
Hex 68 22 2F 0 43 37 3B 15D 33 1B
Octal 150 42 57 0 103 67 73 535 63 33
Binary 1101000 100010 101111 0 1000011 110111 111011 101011101 110011 11011

Color Harmonies of #68222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68222F

Black with #68222F

Text Example


Text Example

White with #68222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68222F; }

 p { color: rgb(104,34,47); }

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

background-color css

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

 a { background-color: rgb(104,34,47); }

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

border-color css

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

 span { border-color: rgb(104,34,47); }

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