Html Css Color HEX #691721 Pohutukawa

📋 copy color: '#691721'

red 105 ◦ green 23 ◦ blue 33

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

Shades of Pohutukawa #691721

Tints of Pohutukawa #691721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.29%

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

R = 65.22%
G = 14.29%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#691721 (or 0x691721) is known color: Pohutukawa. HEX triplet: 69, 17 and 21. RGB value is (105,23,33). Sum of RGB (Red+Green+Blue) = 105+23+33=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #691721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691721 is #96E8DE. Grayscale: #303030. Windows color (decimal): -9890015 or 2168681. OLE color: 2168681.

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

Color convert

RGB 105 23 33 -
CMYK 0 0.78 0.69 0.59
HSL 352.68º 0.64% 0.25% -
HSV(B) 352.68º 0.78% 0.41% -
XYZ 6.41 3.73 1.82 -
YUV 48.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 105 23 33 0 0.78 0.69 0.59 352.68 0.64 0.25
Hex 69 17 21 0 4E 45 3B 161 40 19
Octal 151 27 41 0 116 105 73 541 100 31
Binary 1101001 10111 100001 0 1001110 1000101 111011 101100001 1000000 11001

Color Harmonies of #691721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691721

Black with #691721

Text Example


Text Example

White with #691721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691721; }

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

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

background-color css

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

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

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

border-color css

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

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

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