Html Css Color HEX #68191D Pohutukawa

📋 copy color: '#68191D'

red 104 ◦ green 25 ◦ blue 29

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

Shades of Pohutukawa #68191D

Tints of Pohutukawa #68191D

RGB

 RED value IS 104 (41.02% from 255) = 65.82%

 GREEN value IS 25 (10.16% from 255) = 15.82%

 BLUE value IS 29 (11.72% from 255) = 18.35%

R = 65.82%
G = 15.82%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#68191D (or 0x68191D) is known color: Pohutukawa. HEX triplet: 68, 19 and 1D. RGB value is (104,25,29). Sum of RGB (Red+Green+Blue) = 104+25+29=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #68191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68191D is #97E6E2. Grayscale: #313131. Windows color (decimal): -9955043 or 1907048. OLE color: 1907048.

HSL color Cylindrical-coordinate representation of color #68191D: hue angle of 356.96º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68191D is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 25 29 -
CMYK 0 0.76 0.72 0.59
HSL 356.96º 0.61% 0.25% -
HSV(B) 356.96º 0.76% 0.41% -
XYZ 6.28 3.73 1.55 -
YUV 49.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 104 25 29 0 0.76 0.72 0.59 356.96 0.61 0.25
Hex 68 19 1D 0 4C 48 3B 165 3D 19
Octal 150 31 35 0 114 110 73 545 75 31
Binary 1101000 11001 11101 0 1001100 1001000 111011 101100101 111101 11001

Color Harmonies of #68191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68191D

Black with #68191D

Text Example


Text Example

White with #68191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68191D; }

 p { color: rgb(104,25,29); }

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

background-color css

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

 a { background-color: rgb(104,25,29); }

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

border-color css

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

 span { border-color: rgb(104,25,29); }

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