Html Css Color HEX #691D33 Claret

📋 copy color: '#691D33'

red 105 ◦ green 29 ◦ blue 51

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

Shades of Claret #691D33

Tints of Claret #691D33

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.68%

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

R = 56.76%
G = 15.68%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#691D33 (or 0x691D33) is known color: Claret. HEX triplet: 69, 1D and 33. RGB value is (105,29,51). Sum of RGB (Red+Green+Blue) = 105+29+51=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #691D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691D33 is #96E2CC. Grayscale: #363636. Windows color (decimal): -9888461 or 3349865. OLE color: 3349865.

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

Color convert

RGB 105 29 51 -
CMYK 0 0.72 0.51 0.59
HSL 342.63º 0.57% 0.26% -
HSV(B) 342.63º 0.72% 0.41% -
XYZ 6.86 4.12 3.57 -
YUV 54.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 105 29 51 0 0.72 0.51 0.59 342.63 0.57 0.26
Hex 69 1D 33 0 48 33 3B 157 39 1A
Octal 151 35 63 0 110 63 73 527 71 32
Binary 1101001 11101 110011 0 1001000 110011 111011 101010111 111001 11010

Color Harmonies of #691D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691D33

Black with #691D33

Text Example


Text Example

White with #691D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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