Html Css Color HEX #68081B Pohutukawa

📋 copy color: '#68081B'

red 104 ◦ green 8 ◦ blue 27

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

Shades of Pohutukawa #68081B

Tints of Pohutukawa #68081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.76%

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

R = 74.82%
G = 5.76%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#68081B (or 0x68081B) is known color: Pohutukawa. HEX triplet: 68, 08 and 1B. RGB value is (104,8,27). Sum of RGB (Red+Green+Blue) = 104+8+27=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #68081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68081B is #97F7E4. Grayscale: #262626. Windows color (decimal): -9959397 or 1771624. OLE color: 1771624.

HSL color Cylindrical-coordinate representation of color #68081B: hue angle of 348.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68081B is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 8 27 -
CMYK 0 0.92 0.74 0.59
HSL 348.13º 0.86% 0.22% -
HSV(B) 348.13º 0.92% 0.41% -
XYZ 5.99 3.2 1.34 -
YUV 38.87 121.3 174.46 -
System Red Green Blue C M Y K H S L
Decimal 104 8 27 0 0.92 0.74 0.59 348.13 0.86 0.22
Hex 68 8 1B 0 5C 4A 3B 15C 56 16
Octal 150 10 33 0 134 112 73 534 126 26
Binary 1101000 1000 11011 0 1011100 1001010 111011 101011100 1010110 10110

Color Harmonies of #68081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68081B

Black with #68081B

Text Example


Text Example

White with #68081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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