Html Css Color HEX #691133 Claret

📋 copy color: '#691133'

red 105 ◦ green 17 ◦ blue 51

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

Shades of Claret #691133

Tints of Claret #691133

RGB

 RED value IS 105 (41.41% from 255) = 60.69%

 GREEN value IS 17 (7.03% from 255) = 9.83%

 BLUE value IS 51 (20.31% from 255) = 29.48%

R = 60.69%
G = 9.83%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#691133 (or 0x691133) is known color: Claret. HEX triplet: 69, 11 and 33. RGB value is (105,17,51). Sum of RGB (Red+Green+Blue) = 105+17+51=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #691133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691133 is #96EECC. Grayscale: #2F2F2F. Windows color (decimal): -9891533 or 3346793. OLE color: 3346793.

HSL color Cylindrical-coordinate representation of color #691133: hue angle of 336.82º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691133 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 17 51 -
CMYK 0 0.84 0.51 0.59
HSL 336.82º 0.72% 0.24% -
HSV(B) 336.82º 0.84% 0.41% -
XYZ 6.62 3.64 3.49 -
YUV 47.19 130.15 169.24 -
System Red Green Blue C M Y K H S L
Decimal 105 17 51 0 0.84 0.51 0.59 336.82 0.72 0.24
Hex 69 11 33 0 54 33 3B 151 48 18
Octal 151 21 63 0 124 63 73 521 110 30
Binary 1101001 10001 110011 0 1010100 110011 111011 101010001 1001000 11000

Color Harmonies of #691133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691133

Black with #691133

Text Example


Text Example

White with #691133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691133; }

 p { color: rgb(105,17,51); }

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

background-color css

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

 a { background-color: rgb(105,17,51); }

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

border-color css

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

 span { border-color: rgb(105,17,51); }

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