Html Css Color HEX #68212F Claret

📋 copy color: '#68212F'

red 104 ◦ green 33 ◦ blue 47

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

Shades of Claret #68212F

Tints of Claret #68212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

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

R = 56.52%
G = 17.93%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#68212F (or 0x68212F) is known color: Claret. HEX triplet: 68, 21 and 2F. RGB value is (104,33,47). Sum of RGB (Red+Green+Blue) = 104+33+47=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68212F is #97DED0. Grayscale: #373737. Windows color (decimal): -9952977 or 3088744. OLE color: 3088744.

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

Color convert

RGB 104 33 47 -
CMYK 0 0.68 0.55 0.59
HSL 348.17º 0.52% 0.27% -
HSV(B) 348.17º 0.68% 0.41% -
XYZ 6.77 4.24 3.15 -
YUV 55.83 123.02 162.36 -
System Red Green Blue C M Y K H S L
Decimal 104 33 47 0 0.68 0.55 0.59 348.17 0.52 0.27
Hex 68 21 2F 0 44 37 3B 15C 34 1B
Octal 150 41 57 0 104 67 73 534 64 33
Binary 1101000 100001 101111 0 1000100 110111 111011 101011100 110100 11011

Color Harmonies of #68212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68212F

Black with #68212F

Text Example


Text Example

White with #68212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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