Html Css Color HEX #68151E Pohutukawa

📋 copy color: '#68151E'

red 104 ◦ green 21 ◦ blue 30

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

Shades of Pohutukawa #68151E

Tints of Pohutukawa #68151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.35%

R = 67.1%
G = 13.55%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#68151E (or 0x68151E) is known color: Pohutukawa. HEX triplet: 68, 15 and 1E. RGB value is (104,21,30). Sum of RGB (Red+Green+Blue) = 104+21+30=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68151E is #97EAE1. Grayscale: #2E2E2E. Windows color (decimal): -9956066 or 1971560. OLE color: 1971560.

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

Color convert

RGB 104 21 30 -
CMYK 0 0.80 0.71 0.59
HSL 353.49º 0.66% 0.25% -
HSV(B) 353.49º 0.8% 0.41% -
XYZ 6.21 3.57 1.59 -
YUV 46.84 118.5 168.77 -
System Red Green Blue C M Y K H S L
Decimal 104 21 30 0 0.80 0.71 0.59 353.49 0.66 0.25
Hex 68 15 1E 0 50 47 3B 161 42 19
Octal 150 25 36 0 120 107 73 541 102 31
Binary 1101000 10101 11110 0 1010000 1000111 111011 101100001 1000010 11001

Color Harmonies of #68151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68151E

Black with #68151E

Text Example


Text Example

White with #68151E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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