Html Css Color HEX #692019 Red Oxide

📋 copy color: '#692019'

red 105 ◦ green 32 ◦ blue 25

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

Shades of Red Oxide #692019

Tints of Red Oxide #692019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.75%

 BLUE value IS 25 (10.16% from 255) = 15.43%

R = 64.81%
G = 19.75%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#692019 (or 0x692019) is known color: Red Oxide. HEX triplet: 69, 20 and 19. RGB value is (105,32,25). Sum of RGB (Red+Green+Blue) = 105+32+25=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #692019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692019 is #96DFE6. Grayscale: #353535. Windows color (decimal): -9887719 or 1646697. OLE color: 1646697.

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

Color convert

RGB 105 32 25 -
CMYK 0 0.70 0.76 0.59
HSL 5.25º 0.62% 0.25% -
HSV(B) 5.25º 0.76% 0.41% -
XYZ 6.52 4.11 1.37 -
YUV 53.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 105 32 25 0 0.70 0.76 0.59 5.25 0.62 0.25
Hex 69 20 19 0 46 4C 3B 5 3E 19
Octal 151 40 31 0 106 114 73 5 76 31
Binary 1101001 100000 11001 0 1000110 1001100 111011 101 111110 11001

Color Harmonies of #692019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692019

Black with #692019

Text Example


Text Example

White with #692019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692019; }

 p { color: rgb(105,32,25); }

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

background-color css

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

 a { background-color: rgb(105,32,25); }

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

border-color css

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

 span { border-color: rgb(105,32,25); }

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