Html Css Color HEX #68151A Pohutukawa

📋 copy color: '#68151A'

red 104 ◦ green 21 ◦ blue 26

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

Shades of Pohutukawa #68151A

Tints of Pohutukawa #68151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.22%

R = 68.87%
G = 13.91%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68151A (or 0x68151A) is known color: Pohutukawa. HEX triplet: 68, 15 and 1A. RGB value is (104,21,26). Sum of RGB (Red+Green+Blue) = 104+21+26=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68151A is #97EAE5. Grayscale: #2E2E2E. Windows color (decimal): -9956070 or 1709416. OLE color: 1709416.

HSL color Cylindrical-coordinate representation of color #68151A: hue angle of 356.39º 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 #68151A is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 26 -
CMYK 0 0.80 0.75 0.59
HSL 356.39º 0.66% 0.25% -
HSV(B) 356.39º 0.8% 0.41% -
XYZ 6.16 3.55 1.34 -
YUV 46.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 104 21 26 0 0.80 0.75 0.59 356.39 0.66 0.25
Hex 68 15 1A 0 50 4B 3B 164 42 19
Octal 150 25 32 0 120 113 73 544 102 31
Binary 1101000 10101 11010 0 1010000 1001011 111011 101100100 1000010 11001

Color Harmonies of #68151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68151A

Black with #68151A

Text Example


Text Example

White with #68151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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