Html Css Color HEX #68161D Pohutukawa

📋 copy color: '#68161D'

red 104 ◦ green 22 ◦ blue 29

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

Shades of Pohutukawa #68161D

Tints of Pohutukawa #68161D

RGB

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

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

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

R = 67.1%
G = 14.19%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#68161D (or 0x68161D) is known color: Pohutukawa. HEX triplet: 68, 16 and 1D. RGB value is (104,22,29). Sum of RGB (Red+Green+Blue) = 104+22+29=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68161D is #97E9E2. Grayscale: #2F2F2F. Windows color (decimal): -9955811 or 1906280. OLE color: 1906280.

HSL color Cylindrical-coordinate representation of color #68161D: hue angle of 354.88º 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 #68161D is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 22 29 -
CMYK 0 0.79 0.72 0.59
HSL 354.88º 0.65% 0.25% -
HSV(B) 354.88º 0.79% 0.41% -
XYZ 6.22 3.61 1.53 -
YUV 47.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 104 22 29 0 0.79 0.72 0.59 354.88 0.65 0.25
Hex 68 16 1D 0 4F 48 3B 163 41 19
Octal 150 26 35 0 117 110 73 543 101 31
Binary 1101000 10110 11101 0 1001111 1001000 111011 101100011 1000001 11001

Color Harmonies of #68161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68161D

Black with #68161D

Text Example


Text Example

White with #68161D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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