Html Css Color HEX #691319 Pohutukawa

📋 copy color: '#691319'

red 105 ◦ green 19 ◦ blue 25

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

Shades of Pohutukawa #691319

Tints of Pohutukawa #691319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.78%

R = 70.47%
G = 12.75%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#691319 (or 0x691319) is known color: Pohutukawa. HEX triplet: 69, 13 and 19. RGB value is (105,19,25). Sum of RGB (Red+Green+Blue) = 105+19+25=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #691319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691319 is #96ECE6. Grayscale: #2D2D2D. Windows color (decimal): -9891047 or 1643369. OLE color: 1643369.

HSL color Cylindrical-coordinate representation of color #691319: hue angle of 355.81º 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 #691319 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 19 25 -
CMYK 0 0.82 0.76 0.59
HSL 355.81º 0.69% 0.24% -
HSV(B) 355.81º 0.82% 0.41% -
XYZ 6.23 3.54 1.27 -
YUV 45.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 105 19 25 0 0.82 0.76 0.59 355.81 0.69 0.24
Hex 69 13 19 0 52 4C 3B 164 45 18
Octal 151 23 31 0 122 114 73 544 105 30
Binary 1101001 10011 11001 0 1010010 1001100 111011 101100100 1000101 11000

Color Harmonies of #691319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691319

Black with #691319

Text Example


Text Example

White with #691319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691319; }

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

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

background-color css

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

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

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

border-color css

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

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

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