Html Css Color HEX #691121 Pohutukawa

📋 copy color: '#691121'

red 105 ◦ green 17 ◦ blue 33

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

Shades of Pohutukawa #691121

Tints of Pohutukawa #691121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.97%

 BLUE value IS 33 (13.28% from 255) = 21.29%

R = 67.74%
G = 10.97%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#691121 (or 0x691121) is known color: Pohutukawa. HEX triplet: 69, 11 and 21. RGB value is (105,17,33). Sum of RGB (Red+Green+Blue) = 105+17+33=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #691121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691121 is #96EEDE. Grayscale: #2D2D2D. Windows color (decimal): -9891551 or 2167145. OLE color: 2167145.

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

Color convert

RGB 105 17 33 -
CMYK 0 0.84 0.69 0.59
HSL 349.09º 0.72% 0.24% -
HSV(B) 349.09º 0.84% 0.41% -
XYZ 6.3 3.51 1.79 -
YUV 45.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 105 17 33 0 0.84 0.69 0.59 349.09 0.72 0.24
Hex 69 11 21 0 54 45 3B 15D 48 18
Octal 151 21 41 0 124 105 73 535 110 30
Binary 1101001 10001 100001 0 1010100 1000101 111011 101011101 1001000 11000

Color Harmonies of #691121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691121

Black with #691121

Text Example


Text Example

White with #691121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691121; }

 p { color: rgb(105,17,33); }

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

background-color css

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

 a { background-color: rgb(105,17,33); }

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

border-color css

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

 span { border-color: rgb(105,17,33); }

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