Html Css Color HEX #691630 Claret

📋 copy color: '#691630'

red 105 ◦ green 22 ◦ blue 48

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

Shades of Claret #691630

Tints of Claret #691630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.57%

 BLUE value IS 48 (19.14% from 255) = 27.43%

R = 60%
G = 12.57%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#691630 (or 0x691630) is known color: Claret. HEX triplet: 69, 16 and 30. RGB value is (105,22,48). Sum of RGB (Red+Green+Blue) = 105+22+48=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #691630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691630 is #96E9CF. Grayscale: #313131. Windows color (decimal): -9890256 or 3151465. OLE color: 3151465.

HSL color Cylindrical-coordinate representation of color #691630: hue angle of 341.2º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #691630 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 22 48 -
CMYK 0 0.79 0.54 0.59
HSL 341.2º 0.65% 0.25% -
HSV(B) 341.2º 0.79% 0.41% -
XYZ 6.65 3.79 3.18 -
YUV 49.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 105 22 48 0 0.79 0.54 0.59 341.2 0.65 0.25
Hex 69 16 30 0 4F 36 3B 155 41 19
Octal 151 26 60 0 117 66 73 525 101 31
Binary 1101001 10110 110000 0 1001111 110110 111011 101010101 1000001 11001

Color Harmonies of #691630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691630

Black with #691630

Text Example


Text Example

White with #691630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691630; }

 p { color: rgb(105,22,48); }

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

background-color css

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

 a { background-color: rgb(105,22,48); }

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

border-color css

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

 span { border-color: rgb(105,22,48); }

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