Html Css Color HEX #683334 Red Devil

📋 copy color: '#683334'

red 104 ◦ green 51 ◦ blue 52

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

Shades of Red Devil #683334

Tints of Red Devil #683334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.64%

 BLUE value IS 52 (20.7% from 255) = 25.12%

R = 50.24%
G = 24.64%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#683334 (or 0x683334) is known color: Red Devil. HEX triplet: 68, 33 and 34. RGB value is (104,51,52). Sum of RGB (Red+Green+Blue) = 104+51+52=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #683334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683334 is #97CCCB. Grayscale: #434343. Windows color (decimal): -9948364 or 3421032. OLE color: 3421032.

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

Color convert

RGB 104 51 52 -
CMYK 0 0.51 0.50 0.59
HSL 358.87º 0.34% 0.3% -
HSV(B) 358.87º 0.51% 0.41% -
XYZ 7.51 5.56 3.93 -
YUV 66.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 104 51 52 0 0.51 0.50 0.59 358.87 0.34 0.3
Hex 68 33 34 0 33 32 3B 167 22 1E
Octal 150 63 64 0 63 62 73 547 42 36
Binary 1101000 110011 110100 0 110011 110010 111011 101100111 100010 11110

Color Harmonies of #683334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683334

Black with #683334

Text Example


Text Example

White with #683334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683334; }

 p { color: rgb(104,51,52); }

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

background-color css

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

 a { background-color: rgb(104,51,52); }

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

border-color css

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

 span { border-color: rgb(104,51,52); }

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