Html Css Color HEX #68151D Pohutukawa

📋 copy color: '#68151D'

red 104 ◦ green 21 ◦ blue 29

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

Shades of Pohutukawa #68151D

Tints of Pohutukawa #68151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.64%

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

R = 67.53%
G = 13.64%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#68151D (or 0x68151D) is known color: Pohutukawa. HEX triplet: 68, 15 and 1D. RGB value is (104,21,29). Sum of RGB (Red+Green+Blue) = 104+21+29=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #68151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68151D is #97EAE2. Grayscale: #2E2E2E. Windows color (decimal): -9956067 or 1906024. OLE color: 1906024.

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

Color convert

RGB 104 21 29 -
CMYK 0 0.80 0.72 0.59
HSL 354.22º 0.66% 0.25% -
HSV(B) 354.22º 0.8% 0.41% -
XYZ 6.2 3.57 1.52 -
YUV 46.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 104 21 29 0 0.80 0.72 0.59 354.22 0.66 0.25
Hex 68 15 1D 0 50 48 3B 162 42 19
Octal 150 25 35 0 120 110 73 542 102 31
Binary 1101000 10101 11101 0 1010000 1001000 111011 101100010 1000010 11001

Color Harmonies of #68151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68151D

Black with #68151D

Text Example


Text Example

White with #68151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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