Html Css Color HEX #68121A Pohutukawa

📋 copy color: '#68121A'

red 104 ◦ green 18 ◦ blue 26

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

Shades of Pohutukawa #68121A

Tints of Pohutukawa #68121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.16%

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

R = 70.27%
G = 12.16%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68121A (or 0x68121A) is known color: Pohutukawa. HEX triplet: 68, 12 and 1A. RGB value is (104,18,26). Sum of RGB (Red+Green+Blue) = 104+18+26=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #68121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68121A is #97EDE5. Grayscale: #2C2C2C. Windows color (decimal): -9956838 or 1708648. OLE color: 1708648.

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

Color convert

RGB 104 18 26 -
CMYK 0 0.83 0.75 0.59
HSL 354.42º 0.7% 0.24% -
HSV(B) 354.42º 0.83% 0.41% -
XYZ 6.11 3.45 1.32 -
YUV 44.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 104 18 26 0 0.83 0.75 0.59 354.42 0.7 0.24
Hex 68 12 1A 0 53 4B 3B 162 46 18
Octal 150 22 32 0 123 113 73 542 106 30
Binary 1101000 10010 11010 0 1010011 1001011 111011 101100010 1000110 11000

Color Harmonies of #68121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68121A

Black with #68121A

Text Example


Text Example

White with #68121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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