Html Css Color HEX #68202F Claret

📋 copy color: '#68202F'

red 104 ◦ green 32 ◦ blue 47

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

Shades of Claret #68202F

Tints of Claret #68202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

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

R = 56.83%
G = 17.49%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#68202F (or 0x68202F) is known color: Claret. HEX triplet: 68, 20 and 2F. RGB value is (104,32,47). Sum of RGB (Red+Green+Blue) = 104+32+47=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68202F is #97DFD0. Grayscale: #373737. Windows color (decimal): -9953233 or 3088488. OLE color: 3088488.

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

Color convert

RGB 104 32 47 -
CMYK 0 0.69 0.55 0.59
HSL 347.5º 0.53% 0.27% -
HSV(B) 347.5º 0.69% 0.41% -
XYZ 6.74 4.18 3.14 -
YUV 55.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 104 32 47 0 0.69 0.55 0.59 347.5 0.53 0.27
Hex 68 20 2F 0 45 37 3B 15C 35 1B
Octal 150 40 57 0 105 67 73 534 65 33
Binary 1101000 100000 101111 0 1000101 110111 111011 101011100 110101 11011

Color Harmonies of #68202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68202F

Black with #68202F

Text Example


Text Example

White with #68202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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