Html Css Color HEX #691621 Pohutukawa

📋 copy color: '#691621'

red 105 ◦ green 22 ◦ blue 33

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

Shades of Pohutukawa #691621

Tints of Pohutukawa #691621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.75%

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

R = 65.63%
G = 13.75%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#691621 (or 0x691621) is known color: Pohutukawa. HEX triplet: 69, 16 and 21. RGB value is (105,22,33). Sum of RGB (Red+Green+Blue) = 105+22+33=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #691621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691621 is #96E9DE. Grayscale: #303030. Windows color (decimal): -9890271 or 2168425. OLE color: 2168425.

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

Color convert

RGB 105 22 33 -
CMYK 0 0.79 0.69 0.59
HSL 352.05º 0.65% 0.25% -
HSV(B) 352.05º 0.79% 0.41% -
XYZ 6.39 3.69 1.81 -
YUV 48.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 105 22 33 0 0.79 0.69 0.59 352.05 0.65 0.25
Hex 69 16 21 0 4F 45 3B 160 41 19
Octal 151 26 41 0 117 105 73 540 101 31
Binary 1101001 10110 100001 0 1001111 1000101 111011 101100000 1000001 11001

Color Harmonies of #691621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691621

Black with #691621

Text Example


Text Example

White with #691621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691621; }

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

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

background-color css

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

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

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

border-color css

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

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

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