Html Css Color HEX #68251C Red Oxide

📋 copy color: '#68251C'

red 104 ◦ green 37 ◦ blue 28

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

Shades of Red Oxide #68251C

Tints of Red Oxide #68251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.89%

 BLUE value IS 28 (11.33% from 255) = 16.57%

R = 61.54%
G = 21.89%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#68251C (or 0x68251C) is known color: Red Oxide. HEX triplet: 68, 25 and 1C. RGB value is (104,37,28). Sum of RGB (Red+Green+Blue) = 104+37+28=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #68251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68251C is #97DAE3. Grayscale: #383838. Windows color (decimal): -9951972 or 1844584. OLE color: 1844584.

HSL color Cylindrical-coordinate representation of color #68251C: hue angle of 7.11º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68251C is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 37 28 -
CMYK 0 0.64 0.73 0.59
HSL 7.11º 0.58% 0.26% -
HSV(B) 7.11º 0.73% 0.41% -
XYZ 6.58 4.35 1.59 -
YUV 56.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 104 37 28 0 0.64 0.73 0.59 7.11 0.58 0.26
Hex 68 25 1C 0 40 49 3B 7 3A 1A
Octal 150 45 34 0 100 111 73 7 72 32
Binary 1101000 100101 11100 0 1000000 1001001 111011 111 111010 11010

Color Harmonies of #68251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68251C

Black with #68251C

Text Example


Text Example

White with #68251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68251C; }

 p { color: rgb(104,37,28); }

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

background-color css

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

 a { background-color: rgb(104,37,28); }

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

border-color css

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

 span { border-color: rgb(104,37,28); }

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