Html Css Color HEX #68241D Red Oxide

📋 copy color: '#68241D'

red 104 ◦ green 36 ◦ blue 29

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

Shades of Red Oxide #68241D

Tints of Red Oxide #68241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.3%

 BLUE value IS 29 (11.72% from 255) = 17.16%

R = 61.54%
G = 21.3%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#68241D (or 0x68241D) is known color: Red Oxide. HEX triplet: 68, 24 and 1D. RGB value is (104,36,29). Sum of RGB (Red+Green+Blue) = 104+36+29=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #68241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68241D is #97DBE2. Grayscale: #373737. Windows color (decimal): -9952227 or 1909864. OLE color: 1909864.

HSL color Cylindrical-coordinate representation of color #68241D: hue angle of 5.6º degrees, saturation: 0.56, 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 #68241D is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 36 29 -
CMYK 0 0.65 0.72 0.59
HSL 5.6º 0.56% 0.26% -
HSV(B) 5.6º 0.72% 0.41% -
XYZ 6.56 4.29 1.65 -
YUV 55.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 104 36 29 0 0.65 0.72 0.59 5.6 0.56 0.26
Hex 68 24 1D 0 41 48 3B 6 38 1A
Octal 150 44 35 0 101 110 73 6 70 32
Binary 1101000 100100 11101 0 1000001 1001000 111011 110 111000 11010

Color Harmonies of #68241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68241D

Black with #68241D

Text Example


Text Example

White with #68241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68241D; }

 p { color: rgb(104,36,29); }

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

background-color css

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

 a { background-color: rgb(104,36,29); }

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

border-color css

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

 span { border-color: rgb(104,36,29); }

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