Html Css Color HEX #691A1C Pohutukawa

📋 copy color: '#691A1C'

red 105 ◦ green 26 ◦ blue 28

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

Shades of Pohutukawa #691A1C

Tints of Pohutukawa #691A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.35%

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 66.04%
G = 16.35%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#691A1C (or 0x691A1C) is known color: Pohutukawa. HEX triplet: 69, 1A and 1C. RGB value is (105,26,28). Sum of RGB (Red+Green+Blue) = 105+26+28=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #691A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691A1C is #96E5E3. Grayscale: #313131. Windows color (decimal): -9889252 or 1841769. OLE color: 1841769.

HSL color Cylindrical-coordinate representation of color #691A1C: hue angle of 358.48º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #691A1C is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 26 28 -
CMYK 0 0.75 0.73 0.59
HSL 358.48º 0.6% 0.26% -
HSV(B) 358.48º 0.75% 0.41% -
XYZ 6.4 3.83 1.5 -
YUV 49.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 105 26 28 0 0.75 0.73 0.59 358.48 0.6 0.26
Hex 69 1A 1C 0 4B 49 3B 166 3C 1A
Octal 151 32 34 0 113 111 73 546 74 32
Binary 1101001 11010 11100 0 1001011 1001001 111011 101100110 111100 11010

Color Harmonies of #691A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A1C

Black with #691A1C

Text Example


Text Example

White with #691A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691A1C; }

 p { color: rgb(105,26,28); }

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

background-color css

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

 a { background-color: rgb(105,26,28); }

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

border-color css

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

 span { border-color: rgb(105,26,28); }

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