Html Css Color HEX #68131D Pohutukawa

📋 copy color: '#68131D'

red 104 ◦ green 19 ◦ blue 29

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

Shades of Pohutukawa #68131D

Tints of Pohutukawa #68131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.5%

 BLUE value IS 29 (11.72% from 255) = 19.08%

R = 68.42%
G = 12.5%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#68131D (or 0x68131D) is known color: Pohutukawa. HEX triplet: 68, 13 and 1D. RGB value is (104,19,29). Sum of RGB (Red+Green+Blue) = 104+19+29=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #68131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68131D is #97ECE2. Grayscale: #2D2D2D. Windows color (decimal): -9956579 or 1905512. OLE color: 1905512.

HSL color Cylindrical-coordinate representation of color #68131D: hue angle of 352.94º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68131D is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 19 29 -
CMYK 0 0.82 0.72 0.59
HSL 352.94º 0.69% 0.24% -
HSV(B) 352.94º 0.82% 0.41% -
XYZ 6.16 3.5 1.51 -
YUV 45.56 118.66 169.69 -
System Red Green Blue C M Y K H S L
Decimal 104 19 29 0 0.82 0.72 0.59 352.94 0.69 0.24
Hex 68 13 1D 0 52 48 3B 161 45 18
Octal 150 23 35 0 122 110 73 541 105 30
Binary 1101000 10011 11101 0 1010010 1001000 111011 101100001 1000101 11000

Color Harmonies of #68131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68131D

Black with #68131D

Text Example


Text Example

White with #68131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68131D; }

 p { color: rgb(104,19,29); }

 H1.HeaderClassName
 {
   color: #68131D;
 }
 .AnyTagClassName
 {
   color: #68131D;
 }
</style>

background-color css

<style>
 a { background-color: #68131D; }

 a { background-color: rgb(104,19,29); }

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

border-color css

<style>
 span { border-color: #68131D; }

 span { border-color: rgb(104,19,29); }

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