Html Css Color HEX #69231D Red Oxide

📋 copy color: '#69231D'

red 105 ◦ green 35 ◦ blue 29

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

Shades of Red Oxide #69231D

Tints of Red Oxide #69231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.71%

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

R = 62.13%
G = 20.71%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#69231D (or 0x69231D) is known color: Red Oxide. HEX triplet: 69, 23 and 1D. RGB value is (105,35,29). Sum of RGB (Red+Green+Blue) = 105+35+29=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #69231D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69231D is #96DCE2. Grayscale: #373737. Windows color (decimal): -9886947 or 1909609. OLE color: 1909609.

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

Color convert

RGB 105 35 29 -
CMYK 0 0.67 0.72 0.59
HSL 4.74º 0.57% 0.26% -
HSV(B) 4.74º 0.72% 0.41% -
XYZ 6.65 4.29 1.64 -
YUV 55.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 105 35 29 0 0.67 0.72 0.59 4.74 0.57 0.26
Hex 69 23 1D 0 43 48 3B 5 39 1A
Octal 151 43 35 0 103 110 73 5 71 32
Binary 1101001 100011 11101 0 1000011 1001000 111011 101 111001 11010

Color Harmonies of #69231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69231D

Black with #69231D

Text Example


Text Example

White with #69231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,35,29); }

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

background-color css

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

 a { background-color: rgb(105,35,29); }

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

border-color css

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

 span { border-color: rgb(105,35,29); }

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