Html Css Color HEX #67131D Pohutukawa

📋 copy color: '#67131D'

red 103 ◦ green 19 ◦ blue 29

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

Shades of Pohutukawa #67131D

Tints of Pohutukawa #67131D

RGB

 RED value IS 103 (40.63% from 255) = 68.21%

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

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

R = 68.21%
G = 12.58%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#67131D (or 0x67131D) is known color: Pohutukawa. HEX triplet: 67, 13 and 1D. RGB value is (103,19,29). Sum of RGB (Red+Green+Blue) = 103+19+29=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #67131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67131D is #98ECE2. Grayscale: #2D2D2D. Windows color (decimal): -10022115 or 1905511. OLE color: 1905511.

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

Color convert

RGB 103 19 29 -
CMYK 0 0.82 0.72 0.60
HSL 352.86º 0.69% 0.24% -
HSV(B) 352.86º 0.82% 0.4% -
XYZ 6.05 3.44 1.51 -
YUV 45.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 103 19 29 0 0.82 0.72 0.60 352.86 0.69 0.24
Hex 67 13 1D 0 52 48 3C 161 45 18
Octal 147 23 35 0 122 110 74 541 105 30
Binary 1100111 10011 11101 0 1010010 1001000 111100 101100001 1000101 11000

Color Harmonies of #67131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67131D

Black with #67131D

Text Example


Text Example

White with #67131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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