Html Css Color HEX #68141A Pohutukawa

📋 copy color: '#68141A'

red 104 ◦ green 20 ◦ blue 26

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

Shades of Pohutukawa #68141A

Tints of Pohutukawa #68141A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.33%

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

R = 69.33%
G = 13.33%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68141A (or 0x68141A) is known color: Pohutukawa. HEX triplet: 68, 14 and 1A. RGB value is (104,20,26). Sum of RGB (Red+Green+Blue) = 104+20+26=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #68141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68141A is #97EBE5. Grayscale: #2D2D2D. Windows color (decimal): -9956326 or 1709160. OLE color: 1709160.

HSL color Cylindrical-coordinate representation of color #68141A: hue angle of 355.71º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68141A is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 20 26 -
CMYK 0 0.81 0.75 0.59
HSL 355.71º 0.68% 0.24% -
HSV(B) 355.71º 0.81% 0.41% -
XYZ 6.15 3.52 1.33 -
YUV 45.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 104 20 26 0 0.81 0.75 0.59 355.71 0.68 0.24
Hex 68 14 1A 0 51 4B 3B 164 44 18
Octal 150 24 32 0 121 113 73 544 104 30
Binary 1101000 10100 11010 0 1010001 1001011 111011 101100100 1000100 11000

Color Harmonies of #68141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68141A

Black with #68141A

Text Example


Text Example

White with #68141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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