Html Css Color HEX #682525 Red Oxide

📋 copy color: '#682525'

red 104 ◦ green 37 ◦ blue 37

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

Shades of Red Oxide #682525

Tints of Red Oxide #682525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.79%

R = 58.43%
G = 20.79%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#682525 (or 0x682525) is known color: Red Oxide. HEX triplet: 68, 25 and 25. RGB value is (104,37,37). Sum of RGB (Red+Green+Blue) = 104+37+37=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #682525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682525 is #97DADA. Grayscale: #393939. Windows color (decimal): -9951963 or 2434408. OLE color: 2434408.

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

Color convert

RGB 104 37 37 -
CMYK 0 0.64 0.64 0.59
HSL 0.48% 0.28% -
HSV(B) 0.64% 0.41% -
XYZ 6.7 4.4 2.25 -
YUV 57.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 104 37 37 0 0.64 0.64 0.59 0 0.48 0.28
Hex 68 25 25 0 40 40 3B 0 30 1C
Octal 150 45 45 0 100 100 73 0 60 34
Binary 1101000 100101 100101 0 1000000 1000000 111011 0 110000 11100

Color Harmonies of #682525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682525

Black with #682525

Text Example


Text Example

White with #682525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682525; }

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

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

background-color css

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

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

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

border-color css

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

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

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