Html Css Color HEX #68101A Pohutukawa

📋 copy color: '#68101A'

red 104 ◦ green 16 ◦ blue 26

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

Shades of Pohutukawa #68101A

Tints of Pohutukawa #68101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.96%

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

R = 71.23%
G = 10.96%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68101A (or 0x68101A) is known color: Pohutukawa. HEX triplet: 68, 10 and 1A. RGB value is (104,16,26). Sum of RGB (Red+Green+Blue) = 104+16+26=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #68101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68101A is #97EFE5. Grayscale: #2B2B2B. Windows color (decimal): -9957350 or 1708136. OLE color: 1708136.

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

Color convert

RGB 104 16 26 -
CMYK 0 0.85 0.75 0.59
HSL 353.18º 0.73% 0.24% -
HSV(B) 353.18º 0.85% 0.41% -
XYZ 6.08 3.39 1.31 -
YUV 43.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 104 16 26 0 0.85 0.75 0.59 353.18 0.73 0.24
Hex 68 10 1A 0 55 4B 3B 161 49 18
Octal 150 20 32 0 125 113 73 541 111 30
Binary 1101000 10000 11010 0 1010101 1001011 111011 101100001 1001001 11000

Color Harmonies of #68101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68101A

Black with #68101A

Text Example


Text Example

White with #68101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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