Html Css Color HEX #691316 Pohutukawa

📋 copy color: '#691316'

red 105 ◦ green 19 ◦ blue 22

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

Shades of Pohutukawa #691316

Tints of Pohutukawa #691316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.01%

 BLUE value IS 22 (8.98% from 255) = 15.07%

R = 71.92%
G = 13.01%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#691316 (or 0x691316) is known color: Pohutukawa. HEX triplet: 69, 13 and 16. RGB value is (105,19,22). Sum of RGB (Red+Green+Blue) = 105+19+22=146 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.92% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 105 - color contains mainly: red. Hex color #691316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691316 is #96ECE9. Grayscale: #2D2D2D. Windows color (decimal): -9891050 or 1446761. OLE color: 1446761.

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

Color convert

RGB 105 19 22 -
CMYK 0 0.82 0.79 0.59
HSL 357.91º 0.69% 0.24% -
HSV(B) 357.91º 0.82% 0.41% -
XYZ 6.2 3.53 1.11 -
YUV 45.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 105 19 22 0 0.82 0.79 0.59 357.91 0.69 0.24
Hex 69 13 16 0 52 4F 3B 166 45 18
Octal 151 23 26 0 122 117 73 546 105 30
Binary 1101001 10011 10110 0 1010010 1001111 111011 101100110 1000101 11000

Color Harmonies of #691316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691316

Black with #691316

Text Example


Text Example

White with #691316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691316; }

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

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

background-color css

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

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

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

border-color css

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

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

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