Html Css Color HEX #68101B Pohutukawa

📋 copy color: '#68101B'

red 104 ◦ green 16 ◦ blue 27

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

Shades of Pohutukawa #68101B

Tints of Pohutukawa #68101B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.37%

R = 70.75%
G = 10.88%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#68101B (or 0x68101B) is known color: Pohutukawa. HEX triplet: 68, 10 and 1B. RGB value is (104,16,27). Sum of RGB (Red+Green+Blue) = 104+16+27=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #68101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68101B is #97EFE4. Grayscale: #2B2B2B. Windows color (decimal): -9957349 or 1773672. OLE color: 1773672.

HSL color Cylindrical-coordinate representation of color #68101B: hue angle of 352.5º 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 #68101B is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 16 27 -
CMYK 0 0.85 0.74 0.59
HSL 352.5º 0.73% 0.24% -
HSV(B) 352.5º 0.85% 0.41% -
XYZ 6.09 3.39 1.37 -
YUV 43.57 118.65 171.11 -
System Red Green Blue C M Y K H S L
Decimal 104 16 27 0 0.85 0.74 0.59 352.5 0.73 0.24
Hex 68 10 1B 0 55 4A 3B 160 49 18
Octal 150 20 33 0 125 112 73 540 111 30
Binary 1101000 10000 11011 0 1010101 1001010 111011 101100000 1001001 11000

Color Harmonies of #68101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68101B

Black with #68101B

Text Example


Text Example

White with #68101B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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